Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
17
Comments
1
Aziz Prabowo
@azizp128

All comments

  • fazza•240
    @erwinfazza
    Submitted almost 3 years ago

    huddle-landing-page-with-html-css

    2
    Aziz Prabowo•220
    @azizp128
    Posted almost 3 years ago

    Hi Fazza, congratulations for your solution!

    Your solution seems fine, but you have a problem with the responsive display. Your solution is good for desktop display but will change completely when the screen is resized. Maybe you can learn more about responsive displays. In addition, your CSS code also has many same properties that are written repeatedly, you can use the grouping technique to select HTML elements with the same style definitions as below.

    .fa-facebook,
    .fa-twitter,
    .fa-instagram{
       border-radius: 50%;
       border-color: white;
       border-style: solid;
       border-width: 1px;
       padding: 7px 10px 5px 10px;
       margin-right: 10px;
    } 
    
    Marked as helpful
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