Skip to content

Commit a7f5771

Browse files
authored
Merge pull request #8 from prathamesh792002/main
adding file
2 parents 7ceb624 + 69b17e5 commit a7f5771

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

index.css

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
ul li{
2+
/* text-decoration: none; */
3+
list-style-type:square;
4+
}
5+
h5{
6+
font-size: 0.89rem !important;
7+
}
8+
p{
9+
font-size: 1.3rem;
10+
}
11+
.img{
12+
height: 259px !important;
13+
}
14+
body{
15+
/* content: "";
16+
position: absolute; */
17+
background:url('./bg.jpeg') no-repeat center center fixed;
18+
height: 1120px;
19+
width:100%;
20+
/* z-index: -1;
21+
opacity:0.8; */
22+
-webkit-background-size: cover;
23+
-moz-background-size: cover;
24+
-o-background-size: cover;
25+
background-size: cover;
26+
}
27+
#hindi1,#marathi1,#english1{
28+
29+
color: #eec793 !important;
30+
31+
}
32+
.history{
33+
color: #f4dc95;
34+
font-weight: bolder;
35+
text-shadow: 2px 1px 3px black;
36+
}

0 commit comments

Comments
 (0)