-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCSS
More file actions
104 lines (90 loc) · 1.6 KB
/
CSS
File metadata and controls
104 lines (90 loc) · 1.6 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
body,html{
height: 100%;
margin: 0;
font-size: 16px;
font-weight: 400;
line-height: 1.8em;
}
.ptext{
position:absolute;
top: 50%;
width: 100%;
text-align: center;
color: black;
font-size: 35px;
letter-spacing: 8px;
text-transform: uppercase;
}
.textbg{
background: #ecc594;
color: #090909;
padding: 30px;
opacity: 90%;
}
.pimg{
background-image: url(pimg.webp);
min-height: 200%;
position: absolute;
padding-top: 60px;
background-color: #f4f4f4;
}
.parvati{
background-image: url(p1.jpeg);
min-height: 200%;
}
.sarasbaug{
background-image: url(s1.jpg);
min-height: 200%;
}
.wada{
background-image: url(W1.jpeg);
min-height: 200%;
}
.hehe{
background-image: url(T.avif);
min-height: 100%;
}
.pimg,
.parvati,
.sarasbaug,
.wada,
.hehe{
position: relative;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}
.pune{
font-size: 30px;
text-align: center;
font-style: normal;
color: black;
top: 10px;padding-top: 20px;
}
.info1{
font-size: 20px;
font-style: normal;
padding-left: 20%;
padding-right: 20%;
}
.pune-light{
background-color: #f4f4f4;
}
.text1{
color: rgb(7, 7, 7);
font-size: 30px;
font-style: normal;
padding-left: 20%;
padding-right: 20%;
background-color: rgba(195, 195, 82, 0.8);
padding-top: 5%;
font-display:auto ;
padding-bottom: 5%;
}
.text2{
font-size: 40px;
color: black;
font-style: italic;
text-align: center;
}