Latest solutions
Responive Page with Custom Dropdown Animated Menu
#sass/scssSubmitted 10 months agoPlease give feedback so I can improve and tell me about html and css practises. Am I doing things in correct way?
Responsive Contact Form with Custom Validation
#sass/scssSubmitted 10 months agoCan you give me any feedback or anything you see which I should improve?
Responsive Contact Form with Custom Validation
#sass/scssSubmitted 10 months agoissue#1: In the radio button in the form, when I click on the radio or label its gets checked but If I click the button (the parent element of radio and label) it doesn't get checked. I know I need to add something but I don't know what to add.
issue#2: In the same radio button, when it is checked the radio input changes color to green but how do I change the border-color of parent button. Since I can't change something of parent element when child element is checked. I have searched it on google multiple time but it shows me a very complicated way to to change the property of parent element. There is something else which I don't know.
issue#3: The form validation script isn't that efficient I would appreciate it if you can help me with it.
If you can help me with these issues, comment!
Latest comments
- @lucarleSubmitted 10 months ago@zaighuPosted 10 months ago
Hello!
For the bold text, instead of using paragraph tag (<p>) and then adding bold tag (<b>) in it. You can use heading 2 (<h2>) tag in it and then style it using css.
0