-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCss task.css
More file actions
58 lines (48 loc) · 814 Bytes
/
Css task.css
File metadata and controls
58 lines (48 loc) · 814 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
body {
font-family: 'Chelsea Market', cursive;
font-family: 'Gamja Flower', cursive;
background-color: #fffff2;
}
header h2 {
color: #f0ffff;
}
header h1 {
font-size: 4em;
font-style: italic;
}
header {
margin-top: 0px;
display: block;
background-color: #e4572e;
text-align: center;
}
article p img {
margin-bottom: 5px;
height: 94x;
margin-right: auto;
}
article {
border: 4px solid #050401;
box-shadow: 3px 3px 0 0 #e4572e;
margin: auto;
width: 50%;
padding: 10px;
margin-top: 10px;
margin-bottom: 10px;
}
img {
float: right;
}
footer h2 {
text-align: center;
}
footer p {
text-align: center;
}
form {
text-align: center;
}
form input {
border: 2px solid #050401;
box-shadow: 3px 3px 0 0 #e4572e;
}