-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
62 lines (51 loc) · 940 Bytes
/
style.css
File metadata and controls
62 lines (51 loc) · 940 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
51
52
53
54
55
56
57
58
59
60
html {
background: linear-gradient(to bottom, rgb(205, 68, 255), rgb(255, 255, 255));
background-attachment: fixed;
font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif ;
margin: auto;
max-width: 400px;
}
h1, h2 {
text-align: center;
}
h1 {
font-family: 'Exo', sans-serif;
font-size: 4rem;
}
h2 {
font-size: 1.4rem;
padding: 1rem 0 1rem 0;
}
h3 {
font-size: 1rem;
margin: 0;
}
input {
border-width: 8px;
font-size: 20px;
padding: 1rem;
width: 330px;
}
button {
background-color: black;
border-radius: 5px;
color: white;
font-weight: 900;
margin-right: 2%;
padding: .6rem;
}
button:hover {
background-color: white;
color: black;
font-weight: 900;
}
#clear, #reset {
float:right;
margin-left: 2%;
margin-right: 2%;
}
.output {
font-size: 22px;
font-weight: 900;
padding: 20px 0 10px 0;
}