-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
44 lines (39 loc) · 716 Bytes
/
style.css
File metadata and controls
44 lines (39 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
43
44
#container{
font-family: Arial, Helvetica, sans-serif;
margin-top: 40vh;
margin-bottom:60vh;
}
#container h1{
margin-left:40%;
}
#inputContainer{
margin-left:42%;
font-size:1.2em;
margin-right:auto;
}
#inputContainer input{
font-size: 1.0em;
}
#optionsContainer{
font-size: 1.2em;
margin-top:15px;
margin-left:42%;
}
#container button{
margin-top:30px;
margin-left:42%;
font-size:1.8em;
border:none;
border-radius:7px;
background-color:hsl(348, 64%, 46%);
color:white;
}
#container button:hover{
cursor:pointer;
background-color:hsl(348, 80%, 56%)
}
#resultContainer{
font-size:1.5em;
margin-left:40%;
margin-top:15px;
}