first commit

This commit is contained in:
Dhanraj
2024-07-07 14:31:05 +05:30
commit 1d502a2cf1
1089 changed files with 161249 additions and 0 deletions

View File

@ -0,0 +1,28 @@
/* --------------- download style-5 --------------- */
.download.style-5{
.content{
h2{
font-size: 50px;
span{
position: relative;
.head-line{
position: absolute;
left: 0;
bottom: -5px;
width: 100%;
}
.head-pen{
position: absolute;
right: 102%;
bottom: -5px;
transform: rotateY(180deg);
}
}
}
}
}