diff --git a/rdgenerator/templates/generator.html b/rdgenerator/templates/generator.html index 865f337..0c4a653 100644 --- a/rdgenerator/templates/generator.html +++ b/rdgenerator/templates/generator.html @@ -92,6 +92,25 @@ .platform-icon:hover, .platform-icon.active { color: #2e52f7; } + .text-64 { + font-size: 0.5em; /* Adjust font size to fit */ + font-weight: bold; + top: 18%; /* Fine-tune vertical position */ + left: 50%; + transform: translate(-50%, -50%); /* Center horizontally */ + position: absolute; /* Position relative to the parent stack */ + color: black; /* Or any other color */ + } + + .text-32 { + font-size: 0.5em; + font-weight: bold; + top: 18%; + left: 50%; + transform: translate(-50%, -50%); + position: absolute; + color: black; + } .checkbox-group { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); @@ -227,7 +246,14 @@

Select Platform

- + + + 64 + + + + 32 +