-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.css
More file actions
62 lines (62 loc) · 962 Bytes
/
Copy pathproject.css
File metadata and controls
62 lines (62 loc) · 962 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
body {
text-align: center;
}
header {
background-color: #e4572e;
}
header h2 {
color: white;
font-family: "Gamja Flower";
}
h1 {
font-family: "Chelsea Market";
}
article h2 {
font-family: "Gamja Flower";
}
p {
text-align: left;
}
main {
background-color: #fffff2;
}
p {
font-family: "Gamja Flower";
}
article {
text-align: left;
border: 4px solid #050401;
box-shadow: 3px 3px 0 0 #e4572e;
width: 50%;
margin-left: 25%;
margin-top: 1.5%;
margin-bottom: 1.5%;
}
article .section-2 {
margin-bottom: 1.5%;
}
.input {
box-shadow: 3px 3px 0 0 #e4572e;
}
::placeholder {
font-family: "Gamja Flower";
font-weight: bold;
}
.spatula {
height: 70px;
float: right;
margin-top: -20px;
margin-right: 5px;
}
.cookie {
float: right;
margin-right: 4px;
margin-left: 3px;
margin-top: -27px;
}
footer h2{
font-family: "Gamja Flower";
}
footer p {
display: inline;
}