First time using typescript, any tips on how to make the code better are welcome. I tried using other light gallery libraries to build the light gallery, but I was unable to modify them to meet the task design. If you know of any, please let me know; I would greatly appreciate it.
Pharmack
@Pharm-ackAll comments
- @nick335Submitted over 1 year ago@Pharm-ackPosted over 1 year ago
nice one bro......pls can i have ur contact i need some assistants with this challanges i just got back into coding again. it feels like forever. hope to hear from u soon
0 - @shivamchandra75Submitted almost 3 years ago
I have used scss and live saas compiler so the css may bit odd refer to my git repo for the scss file.
1.) when the software keyboard shows the background image is squeezed. 2.) Most of my media query value have to be set to important for the mobile design even when I added the media queries in the last they won't overwrite the css above.
- @uzowaySubmitted almost 4 years ago
This is my first time attempting the Frontend Mentor challenges. I'd appreciate feedbacks on the responsiveness of the page after review of the source code. I used HTML, CSS and JavaScript to complete the challenge. No frameworks. I included the live site URL, and that of the GitHub repo. Thank you!
- @RantosKonstantinosSubmitted almost 4 years ago
- How can I colorize the cards in one dimension?
- Media queries are a bit problematic
Version 2 :
- Updated media queries (responsive design)
- Implemented shadow-box (box's design)
@Pharm-ackPosted almost 4 years agoYou can use box-shadow for the colorize in one dimension and try this value for the Media queries @media screen and (min-width: 375px) and (max-width: 999px) I hope that helps
1