-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathto-do-list.css
More file actions
58 lines (52 loc) · 975 Bytes
/
to-do-list.css
File metadata and controls
58 lines (52 loc) · 975 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
h2{
color:#334d4d;
}
body {
background: url(jess-watters-555452-unsplash.jpg);
background-size: cover;
background-position: center;
font-family: 'Pacifico', cursive;
}
html {
width: 100%;
height: 100%;
font-family: 'Pacifico', cursive;
color: white;
}
h1 {
font-weight: 700;
font-size: 5em;
font-family: 'Pacifico', cursive;
color:#ff3333;
}
.content{
padding-top: 20%;
text-align: center;
text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
0px 8px 13px rgba(0,0,0,0.1),
0px 18px 23px rgba(0,0,0,0.1);
color:#008252;
font-size:15px;
margin-right:70px;
}
hr {
width: 400px;
border-top: 1px solid #f8f8f8;
border-bottom: 1px solid #ff3333 ;
}
p{
width:400px;
font-size:18px;
margin-left:30%;
}
button{
margin-top:10px;
color:#334d4d;
}
img{
margin-top:30px;
margin-left:120px;
}
table{
margin-top:25px;
}