diff --git a/index.html b/index.html index fa26819..420cbc7 100644 --- a/index.html +++ b/index.html @@ -20,6 +20,7 @@ crossorigin="anonymous" referrerpolicy="no-referrer" /> +
-
- 01 -

Cryptocurrency Price Prediction

-

Utilize advanced algorithms to predict cryptocurrency prices, enabling informed investment decisions. -

-
- -
- 02 -

Telegram Bot Integration

-

Engage users with a Telegram bot that provides real-time updates on cryptocurrency prices and project - developments.

-
+
+

Cryptocurrency Price Prediction

+

Utilize advanced algorithms to predict cryptocurrency prices, enabling informed investment decisions.

+
+ +
+

Telegram Bot Integration

+

Engage users with a Telegram bot that provides real-time updates on cryptocurrency prices and project developments.

+
+ +
+

Open-source Collaboration

+

Join our open-source platform to collaborate on blockchain projects, sharing knowledge and contributing to innovations.

+
+ +
+

Educational Resources

+

Access comprehensive educational materials and tutorials to enhance your understanding of blockchain technology.

+
-
- 03 -

Open-source Collaboration

-

Join our open-source platform to collaborate on blockchain projects, sharing knowledge and - contributing to innovations.

-
- -
- 04 -

Educational Resources

-

Access comprehensive educational materials and tutorials to enhance your understanding of blockchain - technology.

-
-
+ + diff --git a/styles.css b/styles.css index 9ea4213..560a9c2 100644 --- a/styles.css +++ b/styles.css @@ -433,7 +433,8 @@ p.tagline.dark-mode{ .card { background: #c18bff22; border-radius: 10px; - padding: 1.5rem; + padding: 0.75rem; + min-height: 90px; flex: 0 0 calc(50% - 1rem); margin: 0.5rem; color: #FFF; @@ -455,11 +456,12 @@ p.tagline.dark-mode{ .card h4 { color: #FFEB55; font-family: "Fredoka", sans-serif; - font-size: 1.2rem; + font-size: 1.4rem; } .card p { font-size: 0.9rem; + font-weight: 700; } /* FAQ section */