Latest comments
- @namlh023@namlh023
Thanks, guys
- @Ascecent
- @simplyJC@namlh023
Hi Jaycee,
With background-position property, it's easier to set it by keyword value: top, center, right, left and bottom. In this case, you could try something like this:
'background-position: bottom -600px right -700px,top -600px left -700px;
Hope it helps.
Marked as helpful - @jsmeyring
- P@TerrenceArceo@namlh023
Hi TerrenceArceo,
- Just add
border: 1px solid #fff; border-radius: 50%;
to your.creator img
and you good to go. - And remember styles active mode for your card :)
Marked as helpful - Just add
- @zshawdev@namlh023
Hello ZSHAW5555,
You did pretty nice work but here are some ideas you should consider:
- You don't have to download all the front into your project. In this case just import to your CSS file like this:
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@500;700;900&display=swap');
- Change
<h2>Order Summary</h2>
to<h1>Order Summary</h1>
because of the accessability issues - The "Removes HTML Default Styling" section should get into a separate file.
- .subcription have duplicate
display: flex
. Please remove one. - You should add
cursor: pointer
on hover. - And check .pay-btn padding :)
Marked as helpful - You don't have to download all the front into your project. In this case just import to your CSS file like this: