-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
46 lines (41 loc) · 862 Bytes
/
style.css
File metadata and controls
46 lines (41 loc) · 862 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
body{
background-image: url(./giliter\ wallpaper.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
#one{
border-radius: 50px;
width: 320px;
height: 400px;
position: relative;
left: 240px;
top: 100px;
}
.two{
background-color: rgba(226, 31, 64, 0.356);
border-radius: 50px;
width: 600px;
height: 410px;
position: relative;
bottom: 330px;
left: 600px;
}
.three{
position: relative;
top: 50px;
font-family: "Leckerli One", cursive;;
color: rgb(107, 5, 61);
}
.four{
position: relative;
top: 70px;
font-family: "Emilys Candy", serif;
font-size: 19px;
}
.five{
position: relative;
top: 200px;
font-family: "Emilys Candy", serif;;
font-size: 20px;
}