-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathstyle.css
More file actions
50 lines (48 loc) · 787 Bytes
/
style.css
File metadata and controls
50 lines (48 loc) · 787 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
body{
background-color: #fff;
margin: 0, auto;
}
h1{
text-align: center;
font-size: 40px;
color: #ec2222;
}
.inputBtn{
text-align: center;
}
#divdisplay{
text-align: center;
}
#txtval{
padding: 5px;
width: 250px;
border-radius: 5px;
border: 2px solid #5632da;
margin-right: 7px;
}
.btnDis{
color: #fff;
background-color: red;
border: transparent;
padding: 10px;
margin: 10px;
cursor: pointer;
font-size: 16px;
}
.btnDis:hover{
background-color: #fff;
color: black;
border: 2px solid red;
}
#divdisplay ul li{
list-style: none;
cursor: pointer;
}
/*.complete-btn{
background-color: lightseagreen;
margin: 5px;
}
.completed{
text-decoration: line-through;
opacity: 0.7;
} */