-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
36 lines (35 loc) · 691 Bytes
/
styles.css
File metadata and controls
36 lines (35 loc) · 691 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
#temp {
font-size: 110px;
font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
"Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
input {
border: 0px;
border-bottom: 1px solid gray;
background-color: honeydew;
font-size: 20px;
font-weight: bold;
width: 100%;
text-align: center;
text-transform: uppercase;
}
.button {
background-color: #4caf50;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
}
body {
background-color: honeydew;
font-size: 18px;
}
#desc {
font-size: 20px;
color: #4caf50;
text-transform: uppercase;
font-weight: 600;
}