-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
105 lines (81 loc) · 1.47 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
body {
margin: 0;
padding: 0;
box-sizing: 0;
background: "business.gif";
background-size: 100%;
backdrop-filter: blur(3px);
}
h2 {
text-shadow: 4px -2px 1px gray;
background: white;
opacity: 0.8;
font-size: 30px;
font-family: arial;
letter-spacing: 2px;
color: darkblue;
word-spacing: 5px;
padding: 5px;
padding-left: 50px;
margin-right: 450px;
margin-left: 10px;
border-radius: 0.5em;
filter: blur(0.5px);
}
.logo{
position: relative;
padding top: 0px;
padding-bottom: 0top;
left: 640px;
top: 0px;
}
.link{
text-align: right;
word-spacing: 5px;
font-family: arial;
line-height: 30px;
font-size: 16px;
color: white;
padding-right: 35px;
text-shadow:2px 2px 10px white;
}
.itens a{
text-decoration: none;
text-transform: uppercase;
color: white;
}
.link a{
text-decoration: none;
text-transform: uppercase;
color: blue;
}
.subtitulo{
background: white;
opacity: 0.8;
padding: 8px;
margin-right: 250px;
margin-left: 250px;
text-align: center;
border-radius: 0.9em;
}
.itens {
display: block;
line-height: 50px;
font-size: 16px;
font-family: arial;
color: white;
padding-left: 50px;
padding-top: 10px;
text-transform: uppercase;
}
.sponsor {
position: relative;
background: white;
opacity: 0.8;
margin: 0px;
padding-left: 50px;
padding-right: 50;
top: 5px;
word-spacing: 100px;
border-radius: 0.3em;
}