-
Notifications
You must be signed in to change notification settings - Fork 1
/
cloud.css
47 lines (47 loc) · 900 Bytes
/
cloud.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
#header{
background-color: black;
width: auto;
margin: -10px;
height: 132px;
text-align: center;
padding-top: 15px;
}
#name{
color: white;
font-family: sans-serif;
font-weight: bold;
font-size: 60px;
}
#tabs{
text-decoration: none;
color: white;
font-size: 30px;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
#date{
width: 15%;
height: 30px;
font-family: sans-serif;
font-size: large;
border-width: 2px;
border-radius: 10px;
border-color: black;
}
#input{
padding-top: 15px;
text-align: center;
height: 80px;
}
#go{
background-color: lightgreen;
width: 60px;
height: 35px;
border: 0ch;
border-radius: 15px;
font-weight: bold;
font-size: large;
}
#disp{
text-align: center;
margin-top: 50px;
}