-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
53 lines (44 loc) · 923 Bytes
/
main.css
File metadata and controls
53 lines (44 loc) · 923 Bytes
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
body{
background-color: #0f479f;
background-image: url(images/tvgrilhug.webp);
background-repeat: re;
background-blend-mode: hard-light;
user-select: none;
}
#TvGrilLogo{
background-color: #1e4e9c2c;
display: flex;
opacity: 60%;
background: #ed2788;
border-radius: 300px;
border-color: #ed2788;
border-width: -1px;
border-style: dashed;
}
#tvgirlimage{
display: flex;
justify-content: center;
}
#txtshit{
user-select: none;
color:#c20c73;
font-family: Futura,Helvetica,'Courier New', Courier, monospace;
}
#tabletv{
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}
table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 100%;
}
td, th {
border: 1px solid #3230b1;
text-align: left;
padding: 8px;
}
tr:nth-child(even) {
background-color: #e910a06b;
}