Latest solutions
Latest comments
- @cesalistya@AdamCodes42
Great Code!!! Proper Use Of JS 👍
Happy Coding😄 @cesalistya
- @Carlos-A-P@AdamCodes42
Nicely Done! 😀
As For the background elements you can use pseudo selector
::before
and::after
which will help you to adjust the background elements.Happy Coding.✌
Marked as helpful - @IASV@AdamCodes42
Nice!!
- You can just use flex box property in your media query while making it responsive for mobile.
flex-direction:column
- That will make it vertical .
- You can Use max-width or min- width to make it responsive.
Happy coding 🙌🙂
Marked as helpful - You can just use flex box property in your media query while making it responsive for mobile.
- @quocbao19982009@AdamCodes42
Hey, See if you want to make your website responsive try learning how max/min-width and max/min-height works it would be great and also maintain less code in your media query Example:-
img{ width:500px; min-width:450px}
So the img size won't be smaller then 450px
- Arrange your css properly
- I am also a beginner but as you complete your challenges you will get more improvement
Happy coding 🙌🙂
Marked as helpful - @gauravtomar1989@AdamCodes42
You can use pseudo selector ::before ::after for overlay and it will always be relative to your image Happy Coding😉