Raptor0x1
@Raptor0x1All solutions
Newsletter Signup with Success Message Using Vanilla JS
Submitted 10 months ago- Anything which will make the code better.
- When the email is invalid the color of the text remains red when I click on the form to reenter the email.
- I feel like I have traverse many html nodes in the code. Is it normal to bring so many nodes based on the size of the challenge.
- Some useful resources for using validator.js or any other third party library for validation in Vanilla JS.
Article Preview Component using Vanilla JavaScript
Submitted 12 months ago- I need help with the image in the component. You can compare the image in my attempt to the solution. The image is somehow cropped and there's some space left in the desktop view at the bottom. It's most likely due to image.
- Any suggestions would be appreciated on making the javascript code more efficient?
Responsive Testimonials using grid
Submitted about 1 year ago- I always get confused what to name the classes which are same like multiple boxes or items. For this project I have written item-one, item-two, .... Is it alright to use these class names.
- Next there's this
box-shadow
I never get it right same as the design. If anyone have some tips on this please do share.
Four card feature section using Grid Layout
Submitted about 1 year agoHow to make the width of paragraph of the heading class smaller in screen sizes greater than 1024px?
Responsive product preview card using flexbox
Submitted about 1 year agoIf someone could point out better methods than I used that would be helpful.
Responsive Recipe Page Using Flexbox, negative margin
Submitted about 1 year ago- I'll will be happy if someone could tell different method other than using negative margin to fit the image on the top completely taking the width of the container.
Responsive Social Links Profile
Submitted about 1 year agoAny advice and improvement in the code will help.
Responsive Blog Preview Card Using Flexbox and pseudo-content trick
Submitted about 1 year agoI guess the link in the card description is not clickable as the whole card is covered by the anchor tag of the h2 tag using ::after. So need help with this.
Responsive QR code component using CSS flexbox
Submitted about 1 year ago- Initially for setting the position of the container-card box I thought to set the width and height to auto.
- Later I realized that when set auto, the element get equal spacing from left and right but it can only be applied to width. It doesn't work on height.
- So is there any way to use this method (width: auto and some other properties) to align the box in the center of the body.