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

lastiroko

@lastiroko130 points

I’m a mysterious individual who has yet to fill out my bio. One thing’s for certain: I love writing front-end code!

Latest solutions

  • Responsive News Hompage with Media Querry


    lastiroko•130
    Submitted about 2 years ago

    0 comments
  • Mobile to Desktop 3-column-preview-card-component-main


    lastiroko•130
    Submitted about 2 years ago

    0 comments
  • preview-card-component-main


    lastiroko•130
    Submitted over 2 years ago

    0 comments
  • Responsive Landing Page


    lastiroko•130
    Submitted over 2 years ago

    0 comments
  • Responsiveness with Media querry


    lastiroko•130
    Submitted over 2 years ago

    0 comments
  • Responsive landing page using media querry


    lastiroko•130
    Submitted over 2 years ago

    0 comments
View more solutions

Latest comments

  • FabricioIP07•30
    @FabricioIP07
    Submitted over 2 years ago

    QR code component using HTML and CSS

    4
    lastiroko•130
    @lastiroko
    Posted over 2 years ago

    To make responsive content you can us bootstrap but I personally prefer Media Querry it give you more control. here is an example.

    
    @media only screen and (max-width: 375px) {
        /* CSS rules to apply when the screen width is 375px or less */
        html, body {
          margin: 0; /* remove the default margin */
          padding: 0; /* remove the default padding */
        }
        .container {
          width: 90%; /* this targets your main div which everything else is nested in, It adjust the width of the container */
        }
        h1, p, h2 {
          font-size: 18px; /* reduce the font size of the headings and paragraphs */
        }
      }
    
    

    make adjustments as required

    Marked as helpful
  • Chukwu Felix•40
    @felixicity
    Submitted over 2 years ago

    Responsive Result Summary Component with Html and Css

    #accessibility
    3
    lastiroko•130
    @lastiroko
    Posted over 2 years ago

    Looks quite good but you can give your body a

    display: grid;
        place-content: center;
        height: 100%;
    

    to place the whole content in the center(for desktop).

    You can also add a

    display: grid;
    place-content: center; 
    margin-inline: auto;
    

    to centralize the content in the scire circle. (edit as required for your code)

  • Apah•280
    @apah-dev
    Submitted over 2 years ago

    Result Summary page with flexbox and media query for responsiveness

    2
    lastiroko•130
    @lastiroko
    Posted over 2 years ago

    For the gradient use linear gradient. Like this:

    background-image: linear-gradient(hsl(252, 100%, 67%),  hsl(241, 81%, 54%)); 
    

    (edit with the right colors) Linear gradient colors goes from top to bottom firstColor = top, secondColor = bottom

    The main body can and can also be a grid but to get that format with a grid you have to set grid to:

    grid-template-columns: 1fr 1fr;
    

    but make sure you nest the two sections in one div and target that div giving it a grid and the grid-template-columns with the value above. You can also use bootstrap rows and cols.

    Lastly if the gradients are right you don't need to make the score circle fade.

    Marked as helpful

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

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