Day 5 | 100DaysOfCode CSS Ribbon

05 June, 2020

Thoughts : I try to remind myself that I want to improve CSS skills more than calculating things like before, so here it is, pure CSS!

Things I learned :

CSS class cannot lead with numbers (eg. .100-days-of-code is not valid), like variables Using HTML attributes as content by using attr()

Back