-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
50 lines (46 loc) · 976 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
46
47
48
49
50
body{
text-align: center;
background-color: rgb(31, 29, 29);
/*background-image: url('asset/watch.png');
background-repeat: no-repeat;
background-size: 100vw 100vh;*/
}
html{
border-style: solid;
border-width: 3px;
border-color: white;
height: 100vh;
}
#title {
background-color : transparent;
color: white;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-size: 8vw;
}
button{
background-color: black;
color: aliceblue;
border-radius: 50%;
width: 20%;
height: 30vh;
padding-top: 5px;
padding-bottom: 5px;
font-size: 2vw;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
button:hover{
background-color: rgb(41, 37, 37);
font-size: 3vw;
}
#sel{
color: rgb(202, 216, 228);
}
.d{
background-color: black;
border-right: 1px solid white;
border-bottom: 1px solid white;
color: white;
width: 50%;
margin-right: 5px;
margin-left: 5px;
}