@WillarrySubmitted almost 4 years ago
My first frontend mentor challenge, any feedback would be appreciated
My first frontend mentor challenge, any feedback would be appreciated
It's pretty accurate, but you could import the font-family from google fonts here https://fonts.google.com/specimen/Karla?query=karla.
Also, the border-radius could be easily done by: .flex-left { border-radius: 0 0 8px; }
.flex-right { border-radius: 0 0 8px; }
And the last tip, try respecting the HTML indentation you use.