@JordanAdairSubmitted over 2 years ago
Any idea why the preview doesn't look like the live code?
This felt super forced, especially in the CSS department. Any and all tips are welcome.
Any idea why the preview doesn't look like the live code?
This felt super forced, especially in the CSS department. Any and all tips are welcome.
Hello! One thing I'd recommend is avoiding viewport units unless you have an element where the width or height should depend directly on the size of one's viewport, which is what makes viewport units useful compared to percentages which behave similarly but are calculated based on the parent element rather than the user's viewport (which can vary drastically). For example your card looks good on a larger monitor! but It breaks quite a bit on a smaller viewport.