Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • Agun Akindele• 350

    @agun36

    Posted

    add some padding to your qr class

    0
  • Agun Akindele• 350

    @agun36

    Posted

    .content { padding:1rem; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .content p { //remove the color opacity:0.8; font-weight: 400; }

    1
  • Agun Akindele• 350

    @agun36

    Posted

    Click on the svg then write style="#fff" at the front of the path inside the xthml

    0
  • william• 40

    @cmwfx

    Submitted

    This was really challenging for me and would love any feedback on my CSS because i feel like its a bit messy. Any feedback would be greatly appreciated.

    Agun Akindele• 350

    @agun36

    Posted

    do this to look more okay #mobile-first .content-container{ padding:1.5rem; overflow-hidden; border-radius background-color:white; remove height; display:grid; }

    .container{ grid-template-columns:1fr 1fr ; place-items:center; }

    Marked as helpful

    1
  • Yeabsra Tesfaye• 30

    @yeabLimtless

    Submitted

    'm new to frontend development, and I'm finding it to be a good challenge. However, I would appreciate any feedback you have on my work

    Agun Akindele• 350

    @agun36

    Posted

    inside your main do something like this /style/ .card-container{ background-color:white; border-radius:18px; overflow: hidden;// this will let the border radius to show display: grid; place-items:center; } @(min-width:767px){ grid-template-column:1fr 1fr; }

    <main> <div className="card-container"> <Result /> <Summary /> </div> </main>

    Marked as helpful

    0