diff --git a/assets/css/style.css b/assets/css/style.css index 29a7781d..a2bfa14b 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -921,6 +921,56 @@ button:hover { font-family: var(--ff-gilroy); } + .livecounting { + margin-top: 100px; + } + + + .livecounting-container { + display: flex; + gap: 30px; + padding: 20px; + flex-wrap: wrap; + justify-content: center; + } + + .live-count { + min-width: 200px; + height: 150px; + background-color: white; + border-radius: 10px; + box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + gap: 10px; + } + + .live-count-emoji { + font-size: 30px; + color: black; + } + + .live-count-text-count { + font-size: 20px; + font-weight: bold; + color: black; + } + + .live-count-text-wrapper { + font-size: 14px; + color: gray; + } + + /* Media query for smaller screens */ + @media (max-width: 768px) { + .container { + flex-direction: column; + align-items: center; + gap: 20px; + } + } .cta .btn { margin-inline: auto; color: var(--white); diff --git a/index.html b/index.html index a3f385b0..401d0e63 100644 --- a/index.html +++ b/index.html @@ -858,6 +858,32 @@

+ + +
+
+
+ +
1000+
+
students
+
+
+ +
100+
+
courses
+
+
+ +
150000+
+
Learning hours
+
+
+ +
2000+
+
Visitors
+
+
+