diff --git a/index.html b/index.html index c13dde4..0beec34 100644 --- a/index.html +++ b/index.html @@ -43,10 +43,14 @@ color: #fff; /* Text color */ } - .box p { - font-size: 1.5em; /* Adjust font size for text */ - text-align: center; /* Center text horizontally within box */ - margin-top: 10px; /* Add top margin for spacing */ + .box p.title { + font-size: 1.5em; /* Adjust title font size */ + margin-bottom: 10px; /* Add spacing between title and description */ + } + + .box p.description { + font-size: 1em; /* Adjust description font size (smaller than title) */ + color: yellow; /* Set description text color to yellow */ } @@ -54,13 +58,16 @@

Mods Installer

-

Mods

+

Mods

+

Essential game modifications

-

Optional Mods

+

Optional Mods

+

Enhance your gameplay (not required)

-

Usage

+

Usage

+

Instructions on using the installer