-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdc.css
59 lines (51 loc) · 889 Bytes
/
dc.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
*{
height: 100%;
width: 100%;
}
html, body {
margin: 0;
top: 0;
}
.main {
height: 100%;
width: 100%;
margin: 0px;
background-color: rgba(0, 184, 230, 0.7);
}
#top {
height: 20%;
width: 100%;
background-color: rgba(0, 184, 130, 0.7);
font-family: orbitron;
font-size: 90px;
text-align: center;
}
#corpo {
/*height: 80%;*/
width: 100%;
position: absolute;
background-color: rgba(0, 100, 230, 0.7);
padding-top: 2%;
}
#mural {
max-width: 65%;
margin: auto;
background-color: rgba(0, 100, 100, 0.6);
padding-top: 20px;
padding-left: 30px;
padding-right: 30px;
margin-bottom: 0px;
font-family: audiowide;
font-size: 20px;
border: 10px solid black;
border-radius: 10px;
text-align: center;
}
.negro {
font-weight: bold;
}
#gameContainer {
display: inline-block;
width: 800px;
height: 600px;
}