Latest solutions
Time-Tracking-Dashboard| Frontendmentor
Submitted 3 months agoI would like to know is there a better way to implement the 3 circles as options button.
newsletter-sign-up-with-success-message| FrontendMentor
Submitted 3 months agoIs there a way to get the css var to the js file. So I don't have to copy the values of colors across the two of them when styling with both. And I'm wondering is there a way to remove the style used in js better than the one I'm currently doing.
Frontend-Mentor| Article preview component
Submitted 3 months agoI need help with the share box pop. For some reason it moves upward when you change from mobile view to desktop or tablet view. I can't figure it out why.
Frontend-Mentor|Testimonials-grid-section-main
Submitted 4 months agoGetting the right text size and line height took some time. Is there a way to find the right text size and line height quickly.
Frontend-Mentor|Four card feature section
Submitted 4 months agoCan this layout be achieved without using transform?
Frontend-Mentor|product-preview-card-component-main
Submitted 4 months agoIs there a better way to code the main container and boxes or make the image change without creating two different classes.
Latest 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