-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
73 lines (71 loc) · 1.36 KB
/
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
61
62
63
64
65
66
67
68
69
70
71
72
73
*{
margin: 0px;
padding: 0px;
}
#tittle {
font-style: normal;
font-family: sans-serif;
color: red;
text-align: center;
margin-top: 0px;
}
#tittle :hover{
font-style: normal;
font-family: sans-serif;
color:peru;
text-align: center;
margin-top: 0px;
}
.first {
width: auto;
height: 10px;
background-color: yellow;
padding: 30px;
border-radius: 20px;
margin-top: 20px;
margin-left: 20%;
margin-right: 20%;
}
.second{
width: auto;
height: auto;
background-color:aquamarine;
padding: 30px;
margin-top: 20px;
margin-left: 20%;
margin-right: 20%;
border-radius: 20px;
}
#total-body{
background-color: blanchedalmond;
border-radius: 5px;
color: black;
font-size: 16px;
font-family: sans-serif;
font-style: italic;
margin: 0%;
}
#list-container{
background-color:aquamarine;
color: black;
font-size: 16px;
font-family: sans-serif;
font-style: italic;
margin-top: 2%;
margin-left: 20px;
margin-right: 20px;
}
input{
text-align: center;
width: 60%;
display: inline-block;
height: 20px;
margin-left: 20px;
}
.btn{
border-radius: 1px;
background-color:lightgreen;
color: darkblue;
padding: 2px;
margin-left: 10px;
}