Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

responsive crowdfunding page, using SCSS, flex, jquery

anas ali 415

@anas-cd

Desktop design screenshot for the Crowdfunding product page coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
2junior
View challenge

Design comparison


SolutionDesign

Solution retrospective


any feedback is appreciated, I struggled a bit on the radio buttons, still feel like they're finicky when resizing the window, if you know any solution on how to style them reliably that would be awesome.

Community feedback

@aUnicornDev

Posted

Okay so I looked into the issue regarding the radio buttons, tweaked some properties and may have found a fix.

Use a border

.selectionContainer_background .selectionContainer .rewards .csections .radio__control {
    border: .125em solid #bdbdbd;
//other properties
}

.circule{
height:23px;
width:23px;
//other properties
}

This might center things exactly. Also, there can be an issue that will be resolved by removing the transform: translateY(1px);

Marked as helpful

0

anas ali 415

@anas-cd

Posted

@aUnicornDev thank you for checking it out, adding a border definitely helped ^_^

1

Please log in to post a comment

Log in with GitHub
Discord logo

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord