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!
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.