-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyles.css
56 lines (48 loc) · 843 Bytes
/
styles.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
48
49
50
51
52
53
54
55
56
#body{
background-color: #ff914d;
}
#pageName{
color: white;
font-weight: bold;
text-align: center;
font-size: 3em;
margin-top: 15%;
font-family: 'Montserrat', sans-serif;
}
#tagline{
color: white;
text-align: center;
font-family: 'Open Sans', sans-serif;
}
.center{
display: flex;
align-items: center;
justify-content: center;
margin-left: 55px;
margin-right: 55px;
}
input,button{
background-color: white;
color: black;
border: none;
padding: 5px;
margin-top: 30px;
font-family: 'Open Sans', sans-serif;
border-radius: 10px;
}
input:hover{
background-color: peachpuff;
font-weight: bold;
}
.left{
margin-right: 30px;
}
.hidebutton{
padding: 3px;
}
input[type="submit"] {
padding: 7px;
}
/*.right{
margin-right: 30px;
} */