-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathstyle.css
61 lines (49 loc) · 893 Bytes
/
style.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
body {
background-color: #4a9dfc;
}
h1,h2 {
color: black;
text-align: center;
}
p {
font-family: verdana;
font-size: 20px;
}
form {
text-align: center;
}
* {
font-family: 'Poppins', sans-serif;
}
.container {
display: flex;
border-radius: 20px;
background-color: #FFF;
align-items: center;
align-content: center;
margin-top: 10px;
}
.column {
align-items: center;
flex-direction: column;
align-content: center;
align-self: center;
}
.button {
background-color: black;
border: 25%;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
border-radius: 12px;
}
.footer {
clear: both;
position: relative;
height: 100px;
}