-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
44 lines (38 loc) · 716 Bytes
/
index.css
File metadata and controls
44 lines (38 loc) · 716 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
body{
margin:auto;
width:80vw;
height:100px;
background-color: rgba(6, 68, 75, 0.611);
}
h1{
margin-top: 22px;
text-align: center;
color:rgb(14, 14, 14);
}
#budget{
margin:80px;
padding: 90px;
background-color: rgba(255, 235, 205, 0.548);
}
button{
border-radius: 2%;
border:1px solid rgba(68, 143, 135, 0.618);
width:96px;
line-height: 33px;
color:rgb(11, 101, 101);
margin:15px;
padding:4px;
text-align: center;
}
thead{
text-align: center;
}
input{
width:156px;
margin:15px;
padding:4px;
line-height: 20px;
border:2px solid rgba(19, 123, 149, 0.643);
border-radius: 2px;
line-height:28px;
}