Lucas Matheus
@LukiticasAll comments
- @purplehippo911@Lukiticas
Hi foxynoty, you project looks phenomenal! i would just recommend checking your image tag and making sure it occupies all its container height then using
object-fit: cover
to make the image cover it.About your question, i made the same project using the tools you described, pinia and vuelidate (but its quite the same as veevalidate). Some tutorials that really helped me was the following:
Marked as helpful - @Lukiticas@Lukiticas
Hey, how can i ignore these HTML errors? it came from the framework itself and the libraries i used, i don't know if there is a workaround...
- @mattari97
Calculator App | SvelteKit - Tailwind - TS | w/ Keyboard Navigation
#accessibility#svelte#tailwind-css#typescript#fetch@LukiticasWow! I'm here just to admire your project, this is incredible. Did svelt make things easier for you? I'm trying to learn react but i'm not that sure if i choosed the right framework.
Again, this is one of the best from the entire site. Bravo!
- @AshtonHarvey@Lukiticas
Hi!!! Well, it does, if i'm not wrong body and html tag aways follow the screen's viewport. You could make a parent tag that would wrap the card, and set its width and height to 100%, or 100vw and 100vh, then making it "display: grid" and "place-item: center" will center everything inside.