It’s been a while since I last messed around with CSS and I have to say that it still gives me the same feeling. I still get excited and giddy relearning and learning new things about it.
The past few days I have been just digging around the internet and reading some articles and posts and tutorials about CSS. How to write them properly and what each terms are for. I have read things about flexbox, which if I remember correctly I actually had a hard time understanding.
My favorite was reading and learning more about float. I know we are not discussing both flexbox and float until next week but I went ahead and read and played with it styling my content.
https://www.w3schools.com/css/css_float.asp
Mostly I just stayed with W3Schools website. I saw a few posts, practices and try it yourself kind of thing from a few different websites.
Using inline-block to create nav links…
One of the common use for inline block is to align list items horizontally instead of vertically. I found this very useful to as I was trying to have my list content appear horizontally. It was a bit tricky for me tho because the letters ended up overlapping each other but I think I fixed it.
margin tricks…
I’m following this guy on youtube and watched a few of his videos. Some of his videos include styling with a timer and honestly it was nerve wracking (atleast for me) to watch. I have yet to watch this video but I’ll post it here now, maybe some of you will find it interesting too…