I added overflow hidden for but when i'm to mobile view, the button itsn't appear. so frustrating
Morin Sultan
@SoulOfMoAll comments
- @nisukmaaSubmitted 11 days agoWhat challenges did you encounter, and how did you overcome them?@SoulOfMoPosted 11 days ago
I don't understand what you meant by the button not showing. I've noticed that in the mobile view, there's no space between the container and the body, which makes the layout look cramped. To resolve this, you can add some padding to the top and bottom of the container. This will create more breathing room and improve the overall appearance.
0 - @lowkey-mazenSubmitted about 1 year ago
I need some help with a couple of things if anyone can help: 1- Positioning 2- Flex, FlexBox, Grid 3- How to write clean code 4- Js So if you know any (free because I am broke) courses or websites to help me with those topics that would be greatly appreciated, and any tips on this design would be helpful as well :)
@SoulOfMoPosted about 1 year agoYeah. Still check out Traversy Media on YouTube he has crash course on that also.
0 - @lowkey-mazenSubmitted about 1 year ago
I need some help with a couple of things if anyone can help: 1- Positioning 2- Flex, FlexBox, Grid 3- How to write clean code 4- Js So if you know any (free because I am broke) courses or websites to help me with those topics that would be greatly appreciated, and any tips on this design would be helpful as well :)
@SoulOfMoPosted about 1 year agokeep going, you can check out Traversy media crash course on flexbox and grid. You also need to work on your responsiveness.
0 - @kellynickSubmitted about 1 year ago
I will really appreciate the feedback . I encountered a particular problem and I couldn't fix it .The number rating has an active background effect on it when ever a user click on any of the numbers (See Number 4 rating on the original screenshot from frontend for reference ). I will really appreciate any help I can get . Thanks so much
@SoulOfMoPosted about 1 year agoNice work kelly, I recommend you use a button tag instead of list tag. the background effect is done by using a pseudo class
button:focus { background-color: var(--lightGrey); color: var(--white); }
Check my solution rating component
1 - @BeshoyMaherrSubmitted over 1 year ago
Tell me how can i improve my self
@SoulOfMoPosted over 1 year agoNice work man. You can set the height of the body to 100vh to stop it from overflowing. Also you can use the main tag instead of
<div class="parent">
. Your site is responsive which is very good.0 - @SoulOfMoSubmitted about 2 years ago
Feedback are highly appreciated