-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStyleSheet.css
More file actions
60 lines (53 loc) · 939 Bytes
/
Copy pathStyleSheet.css
File metadata and controls
60 lines (53 loc) · 939 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
54
55
56
57
58
59
60
body {
background-color: #17181a;
padding: 4em;
background-image: url("https://mir-s3-cdn-cf.behance.net/project_modules/2800_opt_1/91bff978530457.5ca74580acc42.jpg");
background-size:cover;
}
form
{
width:min-content;
background-color: #ffffff;
border-radius:3%;
padding:1em;
margin-top:12.8%;
}
input[type=file]
{
width:9.9em;
}
#TopBar
{
position:absolute;
top:0;
left:0;
width:100%;
height:3em;
z-index:-1;
}
#Logo {
height: min-content;
width: min-content;
padding-top: 1.7em;
padding-left: 1.5em;
filter: invert();
}
#CSVTable
{
display: inline-block;
position: fixed;
float: right;
top: 7%;
left: 25%;
width: max-content;
max-height: 85%;
overflow-y: scroll;
}
#CantidadTotal, #PromedioRacing
{
color: white;
}
#JovenesUniversitariosCasados, #NombresRiver, #EdadesEquipos
{
margin-top: 1rem;
}