Raptor0x1
@Raptor0x1All solutions
- Submitted about 2 months ago
Newsletter Signup with Success Message Using Vanilla JS
- HTML
- CSS
- JS
- 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.
- Submitted 3 months ago
Article Preview Component using Vanilla JavaScript
- HTML
- CSS
- JS
- 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?
- Submitted 4 months ago
Responsive Testimonials using grid
- HTML
- CSS
- 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.
- Submitted 4 months ago
Four card feature section using Grid Layout
- HTML
- CSS
How to make the width of paragraph of the heading class smaller in screen sizes greater than 1024px?
- Submitted 5 months ago
Responsive product preview card using flexbox
- HTML
- CSS
If someone could point out better methods than I used that would be helpful.
- Submitted 5 months ago
Responsive Recipe Page Using Flexbox, negative margin
- HTML
- CSS
- 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.
- Submitted 5 months ago
Responsive Social Links Profile
- HTML
- CSS
Any advice and improvement in the code will help.
- Submitted 5 months ago
Responsive Blog Preview Card Using Flexbox and pseudo-content trick
- HTML
- CSS
I 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.
- Submitted 5 months ago
Responsive QR code component using CSS flexbox
- HTML
- CSS
- 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.