Latest solutions
FAQ Accordion Section Solution by [Naimur]
#accessibility#bootstrap#animationSubmitted over 1 year agoInteractive rating component solution by [Naimur]
#accessibility#animation#bootstrap#solid-jsSubmitted over 1 year ago
Latest comments
- @LindermanBR@NaimurRahman00
Dear @LindermanBR,
Welcome to Frontend Mentor's World. I think it will help you to improve your skills a lot.
- Maximum time I use class for select specific elements, I think it is easy to find.
- If you want to center an element, then you can use the
display: flex;
,justify-content: center;
,align-item: center;
property and don't forget to useheight: 100vh;
Thank you
Marked as helpful - @mlaferreira@NaimurRahman00
Dear @mlaferreira,
your design is looking good, but I found you didn't add the background photo. Just use the
background-image
property on the body. you can search on Google to learn aboutbackground-image
,background-repeat
,background-size
andbackground-position
properties to add images to your website.I think it will help you.
Marked as helpful - @marciadaniel@NaimurRahman00
Dear, @marciadaniel
you have some problems with your
background-image
property. you are using a mobile background on your desktop design, just change the photo.background-image: Value; background-repeat: Value; background-size: Value; background-position: Value;
just use these properties. Also, you should redesign your social icon. use
border
andborder-radius
property.I think it will be help you.