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

Gabriel Nassimbeni

@gabprojectsSão Paulo - Brazil30 points

Technology enthusiast, who seeks to develop programing skills, to meet the needs of industry 4.0

Latest solutions

  • Newsletter page using mobile-first

    #accessibility

    Gabriel Nassimbeni•30
    Submitted almost 2 years ago

    0 comments
  • QR code page using CSS custom properties and Flexbox


    Gabriel Nassimbeni•30
    Submitted about 2 years ago

    0 comments

Latest comments

  • Brendan Teo•70
    @breteo
    Submitted almost 2 years ago

    Using CSS Variables

    3
    Gabriel Nassimbeni•30
    @gabprojects
    Posted almost 2 years ago

    In my qr code, a padding on "imgBox" and a side margin on "p1" worked fine.

  • jessieguinn•10
    @jessieguinn
    Submitted almost 2 years ago

    Static QR Code Page

    3
    Gabriel Nassimbeni•30
    @gabprojects
    Posted almost 2 years ago

    I'll give you a general tip to help you:

    Create an account on this site:

    https://chat.openai.com/

    Then start asking your questions to the AI

    An example question and answer:

    Question:

    How can I center html elements in the center of the page?

    AI Response:

    To center HTML elements on a webpage, you can use CSS to apply different techniques depending on the context and the type of element you want to center. Here are a few common methods to center elements both horizontally and vertically:

    Using Flexbox: Flexbox is a CSS layout model that simplifies centering elements both horizontally and vertically.

    HTML:

    <div class="container"> <div class="centered-element">
    <!-- Your content here -->
    
    </div> </div>

    CSS:

    .container {

    display: flex;

    justify-content: center;

    align-items: center;

    height: 100vh; /* Adjust as needed */

    }

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