@nayem13913Submitted over 1 year ago
Irfan RIzki Saputra
@nafri97All comments
- @nafri97Posted over 1 year ago
great bro! but I recoment use center instead of using justify
.div h1{text-align: center;}
it will more suitable with.div p{}
which already nice with center-aligned.Marked as helpful0 - @ruthermadzSubmitted over 1 year ago
Updated solutions. Changes made:
- use merge query
- adjust margins and padding
- Add responsiveness to font-size
@nafri97Posted over 1 year agoI'm still beginer too, but I have some suggestion:
- try to use responsive page, add
@media screen and(max-width: 375px){.card{width: 80%;padding:5%}}
, it means this code is executed when shown iresolution =<375. - add margin-top instead of just using margin: auto (you could combine them both) to add more space above card.
- in mobile responsive try to avoid using font with vh, because smaller the screen, it will less visible to read. sorry I still don't know much, but let's learn together and happy coding :)
Marked as helpful0