forked from Rawpower9/satvik-magic.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
83 lines (67 loc) · 1.33 KB
/
styles.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
header #head {
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: space-between;
}
header #head ul{
display: flex;
list-style-type: none;
padding-left: 0%;
margin-left: 0%;
color: white;
}
header #head ul li a{
text-decoration: none;
color: white;
border-radius: 10px;
}
header #head ul li{
padding: 5px 10px 5px 10px;
}
header #head ul :hover{
text-decoration:underline;
}
header .img img{
width: 10px;
height: 80px;
object-fit: contain;
object-position: center center;
}
header{
background-color: black;
padding: 2.5% 5% 0% 5%;
}
header div p{
color: white;
}
html body{
margin: 0%;
padding: 0%;
}
#bookNow {
border-radius: 25px;
border: 1px solid white;
background-color: rgba(81,49,39,255);
}
#bookNow {
color: white;
padding: 15px
}
#btnHolder :hover {
background-color: white;
color: rgba(81,49,39,255);
transition-duration: 100ms;
}
#bookNow :hover {
transition-duration: 100ms;
}
.SatvikPosing {
background-image: url("https://cdn.discordapp.com/attachments/878096434648473660/970461815496663090/PXL_20210710_032408403.MP.jpg");
width: 90%;
margin-left: 5%;
height: 550px;
background-attachment: fixed;
background-repeat: no-repeat;
background-size: 100%;
}