-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscores.css
66 lines (56 loc) · 1.2 KB
/
scores.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
body{
background-color: #b8c6db;
background-image: linear-gradient(315deg, #b8c6db 0%, #f5f7f7 100%);
background-size: cover;
font-family: 'Poppins', sans-serif;
}
p{
align-items: center;
font-size: 40px;
font-weight: 600;
}
.heading{
margin-top: 100px;
margin-left: 600px;
}
.scoree, .scoreeb{
border: 2px solid rgb(144, 139, 139);
border-radius: 30px;
align-items: center;
font-size: 30px;
font-weight: 200;
align-content: center;
margin-left: 400px;
margin-right: 400px;
padding: 50px 50px;
left: 50%;
}
#myCanvas {
width: 500px;
height: 300px;
background-color: none;
}
.scoreeans{
border: 2px solid rgb(144, 139, 139);
border-radius: 30px;
margin-left: 50px;
margin-right: 50px;
align-items: center;
font-size: 30px;
font-weight: 200;
padding: 50px 50px;
}
.buttonscore{
margin-top: 30px;
margin-left: 600px;
padding: 10px 60px;
font-size: large;
font-family: 'Poppins', sans-serif;
color: black;
border-radius: 10px;
font-weight: 700;
}
a {
color: black;
font-weight: 700;
text-decoration: none; }