-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
64 lines (63 loc) · 1.1 KB
/
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
62
63
*{
margin: 0;
padding: 0;
text-decoration: none;
box-sizing: border-box;
font-family: 'Rufina', serif;
}
body{
height: 100vh;
background-color: #BFD1D9;
}
header{
height: 40vh;
background: linear-gradient(180deg, #D2A295 23%, #BFD1D9 100% );
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
text-align: center;
}
h1{
text-transform: capitalize;
color: rgba(247, 247, 247, 1);
font-size: 60px;
}
h3{
color: rgba(157, 127, 127, 1);
font-size: 35px;
width: 1050px;
text-align: center;
}
h2{
color: rgba(9, 13, 6, 1);
font-size: 40px;
}
.main-title {
padding: 3rem;
text-align: center;
}
main img {
width: 13vw;
}
.main-conteiner {
height: 90vh;
width: 100%;
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around;
}
.main-conteiner p {
width: 30vw;
}
.main-box {;
display: flex;
justify-content: center;
}
.box-text {
display: flex;
flex-direction: column;
align-items: center;
}