Mygaverse
@MygaverseAll solutions
- Submitted 7 months ago
Profile Card Component Solution
- HTML
- CSS
I still need to improve my skills in using svg as background in css
- Submitted 7 months ago
Social Proof Section Solution
- HTML
- CSS
I still try to understand the best way of using semantic tags. It seems I need to use inside of the body with and . I can also use inside of the . And is larger component so can be nested under the . But I can use another nested under as well. I hope I get this right.
- Submitted 7 months ago
Intro Component with Signup Form Solution
- HTML
- CSS
- JS
I have to validate each input by using if statement. Is there any better solution to this part?
- Submitted 8 months ago
Ping Coming Soon Page Solution
- HTML
- CSS
- JS
Still need improvement for using javascript on form submission with validation process and status display after submission
- Submitted 8 months ago
Single Price Grid Component Solution
- HTML
- CSS
Getting better with responsive design by using flexbox and media query
- Submitted 8 months ago
Huddle Landing Page with Single Introductory Section Solution
- HTML
- CSS
Need help with responsive design on media query
- Submitted 8 months ago
FAQ Accordion Solution
- HTML
- CSS
- JS
I am using media query for my RWD solution. For current situation, I only need to specify the mobile version with width is 375 px. But as I enlarge the screen size, the layout goes out of design. Is it better to use Bootstrap grid to meet this RWD solution than media query? The reason I choose media query is due to the fact that Boostrap is conflict with sematic tags.
- Submitted 8 months ago
Interactive Rating Component Solution
- HTML
- CSS
- JS
I think there are some improvement for the javascript codes.