-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyles.css
More file actions
110 lines (90 loc) · 1.77 KB
/
styles.css
File metadata and controls
110 lines (90 loc) · 1.77 KB
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
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 6px;
}
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%;
}
footer > div > a{
padding-left: 3px;
padding-right: 3px;
height: 25px;
width: 25px;
}
footer>div>a>div {
background-repeat: no-repeat;
background-size: 20px;
height: 20px;
width: 20px;
border-radius: 10px;
display: block;
}
#facebook{
background-image: url(./icons/facebook.jpeg);
}
#youtube {
background-image: url(./icons/youtube.jpg);
}
#tiktok {
background-image: url(./icons/tiktok.jpg);
}