abdelrahman ahmed
@a-ahmed151All comments
- @Htun-Aung-Kyaw@a-ahmed151
Your solution seems amazing. But the profile pictures seems a little bigger than the design.
- @FranciscoFrontEndDeveloper@a-ahmed151
Nice solution you came up with. I don't know sass and I am new to web development so I can't help you with the overflow problem. But I liked that you included the tablet version for the website.
- @snehaks04@a-ahmed151
Nice solution you made here. But I notice you have the border radius on the image and box instead of the main container. That makes the corner not round when in desktop mode. Making the change is the media query in the end may help or making the change on the main container.
border-radius: 10px;
overflow: hidden;
I think this would fix it.Marked as helpful - @RevadiSundaram@a-ahmed151
You have a pretty good solution, but it seems that u missed the active state while hovering over the buttons, and the links seems to work only on the text not the actual buttons.
this can be solved by using the hover condition in css. and the other one could be solved by making the anchor wrap the div buttons.
Marked as helpful