Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • @afgalvan

    Posted

    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.

    1