-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
39 lines (39 loc) · 1.01 KB
/
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
body {
background-image: url("title.png");
background-size: cover;
background-repeat: repeat;
backdrop-filter: blur(5px);
background-position: center center;
}
p{
color:whitesmoke;
padding-top: none;
padding-left: 20px;
}
.header{
color: whitesmoke;
text-align: center;
font-family: "Futura", sans-serif;
font-size: 50px;
padding: none;
}
.list{
padding-left: 20px;
font-weight: 5px;
font-size: large;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serifrcf vgbhjzwp\;
}
.footer{
color: lightblue;
padding-top: 60px;
margin-top: 20px;
margin-left: 400px;
}
.link{
color: lightblue;
border:solid ;
border-radius: 5px;
border-spacing: 4px;
background-color: blueviolet;
padding: 5px;
}