-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
45 lines (45 loc) · 836 Bytes
/
style.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
body{background-color: #fff8f8;}
.wonlost{
text-align: center;
}
h1{
text-align: center;
}
.container{
display: flex;
flex-direction: row;
justify-content:center;
margin: 20px;
}
.marks{
display: flex;
flex-direction: column;
justify-content:center;
align-items: center;
}
.btn{
background-color: white;
border-radius: 15px;
padding: 10px;
font-size: 15px;
font-family: Georgia, 'Times New Roman', Times, serif;
cursor: pointer;
}
.btn:hover{
background-color: antiquewhite;
}
.btn4{
border-radius: 15px;
padding: 10px;
font-size: 15px;
font-family: Georgia, 'Times New Roman', Times, serif;
margin-top: 50px;
}
.btn4:hover{
background-color: antiquewhite;
}
body{
justify-content: center;
align-items: center;
text-align: center;
}