-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
42 lines (36 loc) · 721 Bytes
/
styles.css
File metadata and controls
42 lines (36 loc) · 721 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
body{
text-align: center;
background-color: #121212;
}
@font-face{
font-family:youtube-sans-bold;
src: url(fonts/youtube-sans-bold.ttf)
}
.headDescription{
font-family: youtube-sans-bold;
color: white;
}
button {
background-color: #FF0000;
border: none;
color: white;
padding: 20px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 25px;
margin: 4px 2px;
font-family: youtube-sans-bold;
}
.button1 {border-radius: 40px;}
.button1:hover
{
opacity: 1;
background-color: #00FF00;
border: 1px #000000 solid;
}
.button1:active
{
background-color: #00FF00;
border: 1px #000000 solid;
}