-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
44 lines (40 loc) · 790 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
body {
font-family: "dico-code-one", mono;
font-weight: 400;
font-style: normal;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
height: 100vh;
margin: 0;
background-color: #000000;
}
h1 {
color: #ffffff;
font-size: 20px;
}
.video-container {
display: flex;
flex-direction: column;
align-items: center;
}
video {
height: 600px;
max-width: 400px;
width: auto;
margin-bottom: 10px;
}
button {
font-family: "dico-code-one", mono;
font-weight: 400;
font-style: normal;
padding: 15px;
font-size: 16px;
cursor: pointer;
border-radius: 10px;
border: none;
background-image: url("https://i.pinimg.com/564x/74/dd/81/74dd817ccf52f1fffa31096127892471.jpg");
background-size: cover;
color: #ffffff;
}