CSS Animations intro
Be the best version of you. An example from the Scrimba course. Last weekend I finally dove into a topic I've long been curious about: CSS animations. JavaScript is often…
Be the best version of you. An example from the Scrimba course. Last weekend I finally dove into a topic I've long been curious about: CSS animations. JavaScript is often…
When I first wrote the CSS for my contact form, I wrote this: .main-content { max-width: 60%; margin: 0 auto; } Which looked like it worked. Until I was reviewing…