As mentioned, if this is your first website and you intend to pursue Front End Development - and you have time to do some learning while you build - I'd recommend starting from a blank CSS (or SASS/LESS) doc and going from there.
However if you need a quick framework to get your site off the ground and don't have time to spend on learning as you go, I've been using Spectre.css recently. It's ~10kb, Flexbox based, and works down to IE10+.
Thanks! I used Spectre.css. I usually use Bootstrap, but thought to try something else for this project. There aren't quite as many components, but I find the clean styling pairs nicely with simple apps.
I think right now the biggest blocker is the lack of mature css frameworks available for yew. For example material, bootstrap, etc. There are a few listed here: https://github.com/jetli/awesome-yew But most are incomplete and in very early stages.
It's not too difficult to wire up anything that's mostly CSS, but if a framework requires a lot of JavaScript it gets more difficult.
I used spectre CSS and it worked pretty well https://picturepan2.github.io/spectre/
I think right now the biggest blocker is the lack of mature css frameworks available for yew. For example material, bootstrap, etc. There are a few listed here: https://github.com/jetli/awesome-yew But most are incomplete and in very early stages.
It's not too difficult to wire up anything that's mostly CSS, but if a framework requires a lot of JavaScript it gets more difficult.
I used spectre CSS and it worked pretty well https://picturepan2.github.io/spectre/
Per progettini semplici mi piace molto Spectre.css. Qua trovi come installarlo, include stili già predefiniti ed elementi utili di cui molti in puro css (come, ad esempio, il menu a tendina che cercavi).
Do you have any photos of what you're working on? The page is rather text heavy.
Also, typography spacing, sizing etc is really hard to get right if you're not an experienced designer. I'd recommended grabbing a CSS framework that has sensible defaults so you don't have to think about it.
I use Spectre css (https://picturepan2.github.io/spectre/) for a project I'm working on and the defaults are pretty good, but there's plenty of other options out there.
It's been unmaintained for 3 years: https://github.com/dhg/Skeleton
Couple years ago I saw that there was an active fork, so I'd at least use that or use something else.
https://picturepan2.github.io/spectre/ (which I found in these comments) looks like a nice, modern analogue for Skeleton though.