-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
49 lines (44 loc) · 874 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
body,
html, {
width: 100%;
height: 100%;
font-family: 'Montserrat', sans-serif;
}
.logo {
z-index: -1;
width: 100%;
position: absolute;
top: 0;
left: 0;
font-family: 'Montserrat', sans-serif;
}
button {
padding: 12px 120px !important;
font-size: 16px;
align-self: center;
margin:8px 14px 10px 14px;
display: flex;
align-content: center;
justify-content: center;
text-decoration: none;
color: white;
border-radius: 450px !important;
background-color: orange !important;
border-color: orange !important;
font-size: 45px !important;
}
button a {
text-decoration: none;
color: white;
}
.corpo {
width: 100%;
height: 100vh;
font-family: 'Montserrat', sans-serif;
display: flex;
align-content: space-around;
justify-content: space-around;
flex-direction: column;
align-items: center;
flex-wrap: wrap;
}