-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.css
58 lines (49 loc) · 901 Bytes
/
home.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
/* HTML
------------------------- */
html {
min-height: 100%;
}
body {
background-color: #FFFFFF;
}
/* Ids
------------------------- */
.construction-area {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding-top: 120px;
padding-left: 120px;
padding-right: 120px;
}
.info {
height: 480px;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
align-content: center;
}
.words {
max-width: 100%;
}
.buttons {
display: flex;
width: 220px;
height: 200px;
max-width: 100%;
max-height: 100%;
flex-direction: column;
justify-content: space-between;
}
.resume {
align-self: center;
font-size: 65px;
}
/*.footer {*/
/* padding-top: 80px;*/
/* padding-bottom: 60px;*/
/* max-width: 100%;*/
/*}*/