code added

This commit is contained in:
2023-01-20 11:53:29 +05:30
parent dccebdf249
commit cac18aed87
5 changed files with 131 additions and 5 deletions
+28
View File
@@ -12,6 +12,20 @@
font-size: 2rem;
}
.font-1_7{
font-size: 1.7rem;
}
.font-2{
font-size: 2.2rem;
}
.font-2_2{
font-size: 2.2rem;
}
.subtitle_1 {
font-size: 1.5rem;
}
@@ -31,6 +45,13 @@
padding-top: 14rem;
}
.p-6{
padding:5rem;
}
// heights
.vh_60{
@@ -48,3 +69,10 @@
.vh-15 {
height: 15vh;
}
// font weight
.fw-600{
font-weight: 600;
}