Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
6
Comments
1

Vatukah

@VatukahIndia190 points

Namaste🙏 ,this is Vatukah 😎. It's a pleasure to meet you! 📜 Scroll down and checkout my accomplished challenges. If you like leave your footprint 👣 by giving ❤️ or You can follow me

I’m currently learning...

🔦 React.js 🔦and much more coming soon...

Latest solutions

  • E-commerce-product-page using CSS,JS


    Vatukah•190
    Submitted almost 2 years ago

    0 comments
  • rest-countries-api-with-color-theme-switcher-master


    Vatukah•190
    Submitted about 2 years ago

    0 comments
  • Calculator-App


    Vatukah•190
    Submitted over 2 years ago

    1 comment
  • Frontend Mentor | Rock, Paper, Scissors


    Vatukah•190
    Submitted over 2 years ago

    0 comments
  • Multi-step form


    Vatukah•190
    Submitted over 2 years ago

    1 comment
  • new home page main


    Vatukah•190
    Submitted over 2 years ago

    0 comments

Latest comments

  • Shoaib Shuja•590
    @ShoaibShuja
    Submitted about 1 year ago
    What are you most proud of, and what would you do differently next time?

    The Layout was a bit confusing, but CSS's flexbox did the trick.

    What specific areas of your project would you like help with?

    Any feedback would be appreciated.

    Responsive News Homepage using HTML,CSS and JavaScript

    1
    Vatukah•190
    @Vatukah
    Posted about 1 year ago

    ✋Hey ShoaibShuja,

    I just wanted to give you a huge shout-out for completing your latest Frontend Mentor challenge! 🎉.


    It's clear that you've put a lot of effort into this project, and the results speak for themselves.


    As someone who also tackles these challenges, I know how much effort it takes to get everything just right


    But,


    as coder i want tell you some tips that will help in further developing journey:


    CSS


    1. Minimize Repetitive Code:

    Reduce repetition by using common classes or mixins for similar styles. css

    .flex-center {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    
    .news__header-navbar,
    .news__content,
    .news__content-article,
    .news__content-left,
    .news__content-right,
    .other__box {
      @apply .flex-center;
    }
    

    2 Responsive Design Improvements:

    • Ensure all elements adjust well to different screen sizes. Test the layout on various devices and screen sizes to ensure it looks good everywhere.

    • Consider using CSS Grid for complex layouts to take advantage of its powerful features for creating responsive designs.

    3 Font Size and Line Height

    • Use relative units for font sizes and line heights to enhance accessibility and scalability.
    body {
      font-size: 1rem; /* 16px */
      line-height: 1.5;
    }
    
    .news__content-article h1 {
      font-size: 2rem; /* 32px */
    }
    
    .news__content-article_text p,
    .next__news p {
      font-size: 0.9375rem; /* 15px */
    }
    

    3 Transition Properties:

    • Ensure transitions are smooth and specify which properties should transition to avoid unnecessary computations.
    .news__header-navbar {
      transition: transform 0.5s ease;
    }
    
    • your code

    .news__header-navbar {
        transform: translateX(100%);
         
        position: fixed;
        top: 0;
        left: 30%;
        width: 100%;
        min-height: 100vh;
        flex-direction: column;
        padding: 8rem 2rem;
        align-items: flex-start;
        justify-content: flex-start;
        background: var(--color-off-white);
    
        transition: 0.5s ease;    // here
      }
    

    ** HTML**


    • use of semantic html .Click here to know more about Semantic Html.

    Overall your code is good✨.


    Keep it up and do code daily to be best programmer😎. By applying and addressing above tips you can be better

Frontend Mentor logo

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