A collection of tips to help you improve your CSS skills(github.com)
github.com
A collection of tips to help you improve your CSS skills
https://github.com/garu2/Skills-CSS
6 comments
Today I learned that "Ej:" es utilizado por un ejemplo I think xD
Article is in Spanish but it's not exactly War and Peace, I guess.
Article is in Spanish but it's not exactly War and Peace, I guess.
add html preview with
https://htmlpreview.github.io/?https://github.com/garu2/Skil...
https://htmlpreview.github.io/?https://github.com/garu2/Skil...
Ahora aprendo a hablar español
I am currently building my own web content manager from scratch. Separate HTML generation, JS (using ReScript) mainly for integrating payment processors and a photo carousel. That stuff was straight-forward.
I found CSS the most time-consuming and confusing part of all. Currently using MDN (https://developer.mozilla.org/en-US/docs/Web/CSS) for reference but still CSS is all over the place with different units of measurements, box model, overflows, display types blah blah blah. What a disaster.