forked from suraj9706/links
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
54 lines (44 loc) · 882 Bytes
/
style.css
File metadata and controls
54 lines (44 loc) · 882 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
43
44
45
46
47
48
49
50
51
52
53
54
*{
padding:0;
margin:0;
}
body{
padding-top: 40px;
padding-bottom: 40px;
background-image:linear-gradient(
rgb(0 0 0 / 50%),
rgb(0 0 100 / 50%)
), url(assets/backgroundLinks.jpg);
}
.banner-image {
width: 128px;
height: 128px;
object-fit: cover;
border-radius: 128px;
}
.video-background {
position: fixed; /* Sit on top of the page content */
/* Hidden by default */
width:100%; /* Full width (cover the whole page) */
height: 30%; /* Full height (cover the whole page) */
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: black; /* Black background with opacity */
}
.siteBox{
width: 350px;
height: 200px;
border: solid;
border-block-width: 5;
margin: 70px;
margin-left: 80px;
border-color:black;
border-radius: 10px;
}
a, li, h3, p{
text-decoration: none;
text-align: center;
color: azure;
}