-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
123 lines (106 loc) · 2.01 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
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
body {
margin: 0;
padding: 0;
font-family: Arial, sans-serif;
background-color: #f4f4f4;
}
.container {
max-width: 4342px;
margin: -1px;
padding: 20px;
}
header {
background: linear-gradient(to bottom, #2080c2, #5c7688);
text-align: center;
color: #fff;
}
nav ul {
list-style: none;
padding: 0;
margin: 0;
font-size: 22px;
}
nav li {
display: inline-block;
margin-right: 20px;
}
nav a {
text-decoration: none;
color: #fff;
font-weight: bold;
margin-left: 54px;
}
main {
background-color: #5c7688;
padding: 1px 0;
text-align: center;
height: 730px;
}
h1 {
color: #fff972;
margin-top: 20px;
font-size: 22px;
}
#FreeFire {
height: 270px;
width: 457px;
border-radius: 43px;
margin-left: -143px;
box-shadow: 10px 10px 10px rgb(17 0 0 / 41%);
}
#JogosFF {
height: 117px;
}
#mitodoscapa {
height: 274px;
margin-left: 47px;
border-radius: 43px;
box-shadow: 10px 10px 10px rgb(17 0 0 / 41%);
}
p {
text-transform: uppercase;
font-size: 12px;
color: #fff972;
margin-left: 359px;
font-weight: bold;
margin-right: 374px;
}
#m4a1 {
height: 70px;
margin-bottom: -80px;
transform: rotate(27deg);
margin-left: -270px;
}
footer {
background-color: #537891;
color: #fff; /* Cor do texto no rodapé */
padding: 20px;
}
.footer {
max-width: 1000px;
margin: 0 auto;
text-align: center;
}
.footer a {
text-decoration: none;
color: white;
margin-left: -896px;
}
#apresentaçãorodapé{
color: #f4f4f4;
margin-bottom: -74px;
}
#contato{
height: 180px;
margin-left: 786px;
margin-bottom: -58px;
margin-top: -111px;
}
#mundial2019{
height: 352px;
width: 675px;
margin-bottom: -432px;
margin-left: -692px;
border-radius: 34px;
box-shadow: 10px 10px 10px rgb(17 0 0 / 41%);
}