-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
51 lines (51 loc) · 880 Bytes
/
style.css
File metadata and controls
51 lines (51 loc) · 880 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
body{
position: relative;
background-color: black;
margin-left: 60px;
cursor: pointer;
}
.heading{
font-size: 160px;
font-family: 'Oooh Baby', cursive;
color: white;
}
.description{
font-size: 30px;
font-family: sans-serif;
color: whitesmoke;
}
img{
width: 850px;
position: absolute;
right: 100px;
top: 50px;
}
.btn-now{
background-color: rgb(213,213,11);
color: darkslateblue;
border: 0;
padding: 20px;
font-size: 22px;
border-radius: 100px;
font-weight: bolder;
width: 180px;
cursor: pointer;
}
.top-btn{
position: absolute;
right: 100px;
bottom: 490px;
}
.navbar{
color: white;
position: absolute;
right: 300px;
bottom: 500px;
}
.navbar li{
float: left;
list-style: none;
margin-right: 18px;
font-family: sans-serif;
font-size: 30px;
}