ritu jha
@ritujha19All solutions
- Submitted 4 months ago
social-links profile --> solved
- HTML
- CSS
i most liked to overcome from challenge i faced like ->
hover mistake
font face to use
setting all things to overcome my last challenges mistake .
hope ! this time it will be right working.
- Submitted 5 months ago
blog - preview -card ->solved
- HTML
- CSS
I have a question --> why does my file looks different in edge and different in google chrome .
in edge my files looks prefect but in chrome my files looks different its like look everything goes up .
why does it happens ?
i don't know it happens on only laptop or anyone else also so please, preview my solution if you see this so. Please give me feedback .
OR
if u know why its happened , then please let me know about this also and also u know how to resolved it , so please help me also to resolved it .
- Submitted 5 months ago
QR code challenge -solved
- HTML
- CSS
-
I like to get help in @media query area .
I put this code in my style.CSS -->>
[ /* for mobile */
@media screen and (max-width: 375px) {
[class*="Qr-code"]{ height: 100%; }
}
/* for desktop */
@media screen and (max-width: 1440px) {
[class*="Qr-code"]{ height: 70vh; }
} ]
or you can see this in my git repo
I cannot see this code applying my code if I am wrong someplace , please correct me or help me to come out from this( how to use @mediaquery or make responsive website).