-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
65 lines (53 loc) · 1.02 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
@charset "UTF-8";
h1{
margin-top: -40px;
text-align: center;
}
h2{
font-family: Courier, monospace;
color: green;
-webkit-text-stroke-width: .4px;
-webkit-text-stroke-color: white;
font-size: 2em;
text-align: center;
margin-top: 10px;
}
h3{
text-align: center;
color: white;
text-shadow: 2px 2px 2px black;
background-color: rgba(0, 0, 0, .7);
}
.redes{
display: flex;
justify-content: center;
}
.redes1{
display: flex;
justify-content: center;
margin-top: -12px;
}
.mesh{
margin: 0px 0px 0px 4px;
border-radius: 4px;
}
.radio{
display: flex;
justify-content: center;
margin-top: 19px;
}
p{
color: white;
display: flex;
justify-content: center;
margin-bottom: 10px;
}
#audio{
display: flex;
justify-content: center;
}
body{
background-image: url(img/bunkerleve.jpg);
background-size: cover;
background-attachment: fixed;
}