-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathSAGAR.css
59 lines (54 loc) · 1.05 KB
/
SAGAR.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
body{
background-image: url('salonPic.jfif') ;
background-size: cover;
background-repeat: no-repeat;
}
.symbol{
color: aliceblue;
padding: 35px;
}
a{
text-decoration: none;
color: aliceblue;
}
.nav{
color: aliceblue;
/* border: 2px solid black; */
box-sizing: border-box;
width: 25cm ;
margin: 1cm auto ;
position:sticky;
top:2px;
}
.tags:hover{
color: rgb(217, 231, 243);
}
.btn{
margin-left: 106px;
height: 0.8cm;
width: 5cm;
font-size: 16px ;
font-weight: 700;
background-color: rgb(109 146 61);
border: double rgb(47 63 29) 2px;
border-radius: 5px;
}
.btn:hover{
background-color: rgb(140 173 97) ;
}
.title{
font-family: 'Lobster', cursive;
color: aliceblue;
font-weight: 900;
font-size: 110px;
width: 9cm;
margin: auto;
}
.tagline{
font-family: 'Gorditas', cursive;
color: #eaf3d5;
display:block;
margin:auto;
text-align: center;
font-size: 31px;
}