-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyling.css
More file actions
41 lines (37 loc) · 736 Bytes
/
styling.css
File metadata and controls
41 lines (37 loc) · 736 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
.button {
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 30px;
margin: 4px 2px;
cursor: pointer;
border-radius: 12px;
opacity: 0.75;
}
.avatar{
border-radius : 50%;
}
.button1 {background-color: #88c0d0; width: 35%;}/*#a626a4 #ea6f5a #b48ead*/
.button2 {background-color: #ea6f5a; width: 100%;}
/* Style the video: 100% width and height to cover the entire window */
#myVideo {
position: fixed;
top: 0;
min-width: 100%;
min-height: 100%;
z-index: -1;
}
.linktree {
/*position: fixed;
background: rgba(0, 0, 0, 0.5);
padding: 20px;
color: #f1f1f1;
*/
top: 0;
color: #c8c8c8;
width: 100%;
z-index: 1;
}