-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyles.css
More file actions
46 lines (38 loc) · 706 Bytes
/
Copy pathstyles.css
File metadata and controls
46 lines (38 loc) · 706 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
body {
background-color : #00BFFF;
color:#8B0000;
font-weight: bold;
}
#logIn{
padding-top: 20px;
padding-left: 15%;
position :fixed;
}
#mainScreen{
background-image: url('https://media.gettyimages.com/videos/elegant-numbers-background-loop-charcoal-grey-hd-video-id161738803?s=640x640');
background-repeat:no-repeat;
background-size:cover;
height:50%;
width:50%;
background-color : gray;
position: absolute;
left: 25%;
top:25%;
text-align: center;
border:3px solid #8B0000;
}
#table1{
padding-top: 10%;
position:inherit;
text-align: center;
font-size: 50px;
width:80%;
height:100%;
padding-left: 20%;
}
.utable{
border: 0px;
}
#divScore{
font-size: 200%;
}