-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle2.css
More file actions
40 lines (37 loc) · 720 Bytes
/
style2.css
File metadata and controls
40 lines (37 loc) · 720 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
body {
background-color: blanchedalmond;
background-image: url(Picture/moss-stone.jpg);
background-repeat: no-repeat;
background-position: fixed;
background-position: center;
font-family: tahoma;
color: blanchedalmond;
text-align: center;
margin-top: 80px;
}
.myPage {
margin-top: 120px;
color: black;
background-color: blanchedalmond;
padding: 10px;
}
.divOfToDo {
margin: auto;
text-align: left;
width: 200px;
margin-bottom: 5px;
display: flex;
justify-content: space-between;
list-style-type: none;
}
.listOfToDo{
flex: 1;
}
.mark {
color: grey;
text-decoration-line: line-through;
flex: 1;
}
.reset {
flex: 1;
}