-
Notifications
You must be signed in to change notification settings - Fork 0
/
Rounds.css
70 lines (64 loc) · 1.22 KB
/
Rounds.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
body {
background-image: url('https://cdn.wallpapersafari.com/94/44/lyMNAf.png');
height: 70vh;
background-size: cover;
background-attachment: fixed;
}
header{
font-family: "Raleway", sans-serif;
background-color: #03045E;
color:white;
text-align: center;
}
h3{
font-family: "Raleway", sans-serif;
color:#03045E;
justify-content: center;
margin: 5px;
font-weight: 100;
padding-left: 60px;
}
p{
font-family: "Raleway", sans-serif;
color:#03045E;
}
input{
background-color: white;
border-radius: 4px;
padding: 6px 6px;
color:#03045E;
font-weight: bold;
font-size: 20px;
border: none;
text-align: center;
}
.pad{
padding: 10px 18px;
margin-top: 150px;
}
button{
background-color: #03045E;
border-radius: 4px;
padding: 8px 18px;
margin: 8px 0;
color:white;
border: none;
}
div{
margin:5px;
justify-content: center;
}
p{
color:#03045E;
font-size: 30px;
}
h2{
font-family: "Raleway", sans-serif;
color:#03045E;
text-align: center;
}
h1{
font-family: "Raleway", sans-serif;
color:white;
text-align: center;
}