Latest solutions
Latest comments
- @AJsdevs@mikayas
you must remove "
image/
" from src in img tag - @Olarra18@mikayas
the css property "max-width" defines a maximum width for an element. Use in "img",
max-width: 360px
Marked as helpful - @Marianastefany@mikayas
you always must name your main html to index.html. Then report the solution on this platform
- @Larry8900@mikayas
you should use
max-width
to set a width limit for the card. I also recommend studying about css flexbox, will help with positioning elements.Marked as helpful - @JoseMorenoDev@mikayas
congratulations on the resolution... But i recommend you use flexbox or
position: absolute
to center the card on the screen. search about both.Marked as helpful