This commit is contained in:
2023-01-19 17:43:20 +05:30
commit abb0d2b2b8
11 changed files with 1451 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
*, ::before, ::after {
padding: 0;
margin: 0;
box-sizing: border-box; }
html {
font-size: 16px; }
.bg-green {
background-color: #3BB78F;
background: linear-gradient(90deg, #3BB78F 0%, #0bab64 35%, #3bb78f 100%); }
.banner_heading_4 {
font-size: 4rem; }
.subtitle_1 {
font-size: 1rem; }