-
Notifications
You must be signed in to change notification settings - Fork 0
/
blackbelt.css
103 lines (87 loc) · 1.67 KB
/
blackbelt.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
body {
background-color: black;
color: rgb(72, 70, 70);
font-family: 'Times New Roman', Times, serif;
font-size: 15px;
}
ul {
display: flex;
justify-content: space-between;
list-style-type: none;
align-items: center;
padding: 10px;
}
a {
color: rgb(112, 104, 104);
text-decoration: none;
text-align: center;
}
.headerlink img {
width: 50px;
height: 50px;
border-radius: 50%;
border: 5px solid rgb(185, 183, 173);
margin: 10px;
}
.footerCab img {
width: 2213px;
height: 350px;
}
.dimensao {
padding: 0px 150px;
}
main {
padding: 0px 150px;
text-align: initial;
}
.main-content {
display: flex;
align-items: flex-start;
}
.main-content img {
width: 500px;
height: 500px;
border: 5px solid rgb(255, 255, 255);
margin-right: 20px;
}
.text-content h1, .text-content h2 {
margin: 10PX;
}
.text-content h1 {
font-size: 60px;
color: white;
margin-bottom: 10px;
}
.text-content h2 {
font-size: 45px;
color: white;
margin-bottom: 10px;
}
.text-content p {
color: white;
font-size: 30px;
}
.footerRod {
display:flex;
justify-content: 100px space-between;
list-style-type: none;
align-items: center;
padding: 10px;
}
.footerRod a img {
justify-content: center;
width: 50px;
height: 50px;
border-radius: 50%;
border: 5px solid rgb(185, 183, 173);
margin: 20px;
text-align: center;
}
.footerRod a{
justify-content: center;
margin: 10px;
text-align: center;
}
.footerRod p{
margin-top: 2px;
}