first commit

This commit is contained in:
2024-03-08 17:28:57 +05:30
commit 486291d914
1046 changed files with 285710 additions and 0 deletions
@@ -0,0 +1,43 @@
.circleTableLaptop_Heading {
top: 20%;
}
.circleTableLaptop_text{
bottom: 25%;
>div{
padding: 0px 22%;
}
}
@media (max-width:1300px) {
.circleTableLaptop_text {
bottom: 18%;
>div{
font-size: 1rem;
}
}
}
@media (max-width:1000px) {
.circleTableLaptop_Heading {
h1{
font-size: 1.5rem;
}
}
.circleTableLaptop_text {
bottom: 25%;
>div{
font-size: 0.7rem;
}
}
}
@media (max-width:600px) {
.circleTableLaptop_Heading {
top: 0;
h1{
font-size: 1.5rem;
}
}
}