Comprehensive guide to modern HTML and CSS development.
Practice makes perfect. Try to complete the following exercises without looking at the solutions!
Create an <a> tag and style it using CSS so that it looks like a prominent call-to-action button. Ensure it has a hover effect that changes its background color and moves it up slightly using the transform property.
Build a responsive profile card. It should contain a circular profile image, a name, a bio paragraph, and a row of social media icons. Center the card on the screen using Flexbox on the body element.
Edit the code below and click Run to see the result live.