UU_OS
- 1 Devlogs
- 2 Total hours
An OS that stores quotes of all main/side characters of the Unstable SMP.
An OS that stores quotes of all main/side characters of the Unstable SMP.
This is the first devlog of my Minecraft-themed Web OS!
I have finished the first part - the welcome screen, including multicolored text and background, multiple different headings, and a rounded image.
The hardest part was styling the image.
First, it started “crunching.” Multiple times, I tried using
style=object-fit: cover,
but it failed. However, when I read the Google instructions more carefully, I realized that I had to include it in the same place as the width and height, and it worked! I used the same method to fix the border-radius issue, and the image came out exactly as I wanted!