Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
14
Comments
6
Kevin Tatagiba
@kevintata

All comments

  • 07ritwik•10
    @07ritwik
    Submitted over 2 years ago

    Using simple HTML and CSS to build QR page

    4
    Kevin Tatagiba•270
    @kevintata
    Posted over 2 years ago

    Hey! Great job on completing the challenge!

    Try using the style guide to get the correct colors. (background, container, text etc) Check all the border radius' Add padding or a margin to the main white container Get the text down to the right size using margin on it

    Bonus tip: Put the footer (challenge by frontend mentor coded by ritwik murugesh) outside the main container, that way you can get closer to the original!

    Congratulations, Code on!

    Marked as helpful
  • David ferreira•40
    @davidferreirad1
    Submitted almost 3 years ago

    using flexbox for the first time, it's not responsive.

    1
    Kevin Tatagiba•270
    @kevintata
    Posted almost 3 years ago

    👨‍💻 Hey man! Great job on the challenge!

    Flexbox is a very powerful and useful tool!

    Some tips I have are 🤔

    👨‍💻 1 - Separate the main from the container id and use a div for that function!

    <main>
         <div id= "container">
    
         </div>
    </main>
    

    📐 2 - Set display flex to your main and use justify content and align items both to center your project!

    main{
         display:flex;
         justify-content:center;
         align-items:center;
    }
    

    😃🎨 3 - All the exact colors can be found in the style guide!

    (name looks brazilian... se quiser falar em portuguese tô a disposição!)

    Marked as helpful
  • Gehad•70
    @Gehadmo2
    Submitted almost 3 years ago

    product-preview-card-component

    3
    Kevin Tatagiba•270
    @kevintata
    Posted almost 3 years ago

    Hey man, Congrats on the solution!

    I'd recommend checking out flexbox, it'll make this project much easier, put both cards into one container (div) Then set the div to

    div {
          display:flex;
          justify-content: center; 
          align-items: center; 
          flex-direction:row; 
    }
    

    and boom perfectly aligned!

    Marked as helpful
  • Edmund Teo Chang Hao•50
    @tartufu
    Submitted almost 3 years ago

    1st Newbie Challenge using React and React-Bootstrap

    #react#bootstrap
    1
    Kevin Tatagiba•270
    @kevintata
    Posted almost 3 years ago

    Hey man! Great job on this project, here are somes tips i'd give you

    Border radius on the main white card is off by a little, maybe try 15-20px. Colors on the h1 and paragraph are also wrong, try checking the style guide for the exact references.

    I saw you asked about CSS and class names,

    As for CSS, follow the order of the page. Start with any global or root commands I usually go body, containers, children in the containers, and keep going But the most important thing is that you are comfortable and can locate whatever you need quickly.

    For class names, make them logical and as easy to understand as possible, you don't want to get lost trying to decipher class names while coding

    Marked as helpful
  • Taskin Sultana•190
    @TaskinSultana
    Submitted almost 3 years ago

    Stats preview card component using Flex

    3
    Kevin Tatagiba•270
    @kevintata
    Posted almost 3 years ago

    Hey! To put your div and image right next to each other using flexbox, Use Flex-direction: row; That will wake your elements line up next to each other. Hope this helps!

  • ubongedem78•30
    @ubongedem78
    Submitted almost 3 years ago

    Testimonial Card Challenge using CSS and HTML

    2
    Kevin Tatagiba•270
    @kevintata
    Posted almost 3 years ago

    Hey! As for IDs and classes I would recommend being more specific with the names to make your life easier. Also using ID's when being used for a single object and classes when you would like multiple objects to share the same css. Example:

    <div id="daniel-container"> <article class = "verified-graduate"> <article class = "verified-graduate"> <article class = "verified-graduate"> <article class = "verified-graduate"> <article class = "verified-graduate">

    Try naming everything with a class or ID so you can have more control over styling.

    To get the round edges on each box all you have to do is add a border-radius. (Like you did with the profile pictures but not so big) EXAMPLE: border-radius: 8px;

    To make the pictures smaller add a height. EXAMPLE: height: 25px;

    Hope this helps!

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub