Perfect-Patience
@Perfect-PatienceAll solutions
- Submitted 2 months ago
Responsive Blog preview card, using CSS Clamp and Grid
- HTML
- CSS
I want feedback on whether I used variables properly in this project. And on anything I could improve.
- Submitted 3 months ago
Responsive qr-code component using flexbox and css variables
- HTML
- CSS
In the mobile view, I realised my attrition text which I positioned in the CSS file as absolute, bottom: 5px and right 0;, was not at the bottom left corner of the screen but rather right under the card. How do I fix this? It's the same even if I change it to bottom 0 and right 0;