CodeNewbie Community 🌱

Cover image for First Project using CSS
Kurtiss Frost
Kurtiss Frost

Posted on

First Project using CSS

So, the other day I learning CSS and I am proud to say I have completed my first project with it!

Following a YouTube tutorial I was able to create this: streamOS, a YouTube clone site.

I have a few things I would like to change later (such as adding a dark mode, and changing the sidebar icons) but, for my first project using CSS, I am pretty happy with how it turned out.

If you're interested, you can find the website here or visit the GitHub repo.


Learning CSS has been a blast so far and I look forward to making more projects with it! :)

Thank you so much for reading. Let me know what you think about the site. All feedback welcome. Have a wonderful day!

signature

Oldest comments (1)

Collapse
 
tiagorangel2011 profile image
Tiago Rangel de Sousa

Looks cool, congratulations! Here are some recomendations:

  • Some nice, smooth transitions would be awesome.
  • It's better to mark all clickable elements with "cursor: pointer"
  • The search input has a outline, you could replace it with an offsetted border.
  • You could design even more pages!

Hope this helps!