-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
103 lines (81 loc) · 1.52 KB
/
index.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, html {
background-color: #070707;
margin: 0;
font-family: 'Press Start 2P', cursive;
}
#main {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
#total {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
#logo {
background-image: url(imagens/deathMetal.png);
display: flex;
padding: 76px;
}
table {
border-collapse: collapse;
/*border: 1px solid #000;*/
}
td {
width: 50px;
height: 50px;
border: 1px solid #000;
text-align: center;
vertical-align: center;
font-family: monospace;
font-size: 18px;
position: relative;
}
.pixel-index {
font-size: 10px;
display: inline-block;
position: absolute;
top: 2px;
right: 2px;
color: #999;
}
td.pixel {
width: 4px;
height: 4px;
border: 0;
}
#tuto {
background-color: #ffadbb;
position: relative;
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
flex-wrap: wrap;
height: 100%;
left: 100px;
bottom: 360px;
width: 300px;
-webkit-box-shadow: 10px 9px 33px 0px rgba(204,129,163,0.74);
-moz-box-shadow: 10px 9px 33px 0px rgba(204,129,163,0.74);
box-shadow: 10px 9px 33px 0px rgba(204,129,163,0.74);
}
#q-1 {
width: 200px;
margin: 10px;
align-items: center;
padding: 20px;
justify-content: space-around;
color: 070707;
}
#txt {
padding: 20px;
align-items: center;
font-size: 1rem;
top: -100px;
color: 070707;
}