-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
60 lines (58 loc) · 915 Bytes
/
style.css
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
body{
background-color: #CAE9FF;
text-align: center;
}
#header{
font-size: 5em;
margin: 30px;
}
#userinput{
margin: 2em;
padding: 10px;
width: 20em;
height: 2em;
font-size: 20px;
border-radius: 10px;
}
#enter{
font-size: 30px;
border-radius: 7px;
}
#enter:hover{
font-size: 30px;
border-radius: 7px;
border:2px solid;
background-color: #CAE9FF;
}
ul{
list-style: none;
margin-left: 30%;
margin-right: 30%;
text-align: center;
font-size: 30px;
}
.listprop{
border: 1px solid;
border-radius: 10px;
padding-left: 10px;
margin-bottom: 10px;
text-align: left;
font-size: 30px;
}
.listprop:hover{
background: white;
}
.listpropicon {
float: right;
margin-left: 20px;
color: grey;
}
.background{
background-color: blue;
}
.done{
text-decoration: line-through;
}
.red{
color: red;
}