© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Usman Sabuwala
Learning web development, running a YouTube channel
Good one! Also your CSS code isn't highlighted like your HTML code. If you didn't know, you can also highlight your CSS code this way.
```css
body {
color: white;
}
```
body { color: white; }
Amena 💫
Learning and teaching beginners
Thanks!!