-
Notifications
You must be signed in to change notification settings - Fork 0
/
inicio.css
78 lines (66 loc) · 1.24 KB
/
inicio.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
71
72
73
74
75
76
77
78
@font-face {
font-family: 'Godzilla';
src: url('./font/Godzilla.ttf') format('woff');
}
body {
background-color: bisque;
margin: 0;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
height: 100vh;
}
.container row-reverse{
padding: 0 1rem;
}
.logo {
height: 300px;
}
.button {
background-color: rgb(23, 114, 252);
border: 3px solid rgb(5, 6, 7);
color: #fff;
display: block;
font-size: 1.5rem;
font-weight: lighter;
padding: .75rem 1rem;
max-width: 14rem;
position: relative;
text-decoration: none;
text-transform: uppercase;
border-radius: 5px;
font-family: 'Godzilla', sans-serif;
letter-spacing: 2px;
text-shadow: 2px 2px 4px black;
margin-left: 1rem;
}
.center-button {
display: flex;
justify-content: center;
}
.home-section {
padding-right: 0;
}
h1 {
font-size: 3rem;
line-height: 95%;
margin: auto;
margin-top: 20px;
}
h2 {
font-size: 2.5rem;
}
.home-section p {
font-size: 1.25rem;
padding-right: 1.25rem;
}
.home-section .button {
position: relative;
}
.copyright {
display: flex;
flex-direction: row;
justify-content: center;
margin-top: 50px;
}