simpl project using html and css

Please log in to post a comment
Log in with GitHubCommunity feedback
- @beowulf1958
Congratulations on completing the project. I like the box shadow.
I have a few suggestions. First, a background color would make the card stand out more. So add hsl(212, 45%, 89%) to the body and hsl(0, 0%, 100%) to the main.
Also to main add
flex-direction: column; padding: 15px;
in order to get the text underneath the image instead of side-by-side, and to add a bit of space between the text and the side of the container. Addingmax-width: 350px;
to the main will also help with the responsiveness at larger screen sizes.Make the p1 a bit bigger as well and center it
font-size: 24px; text-align: center
.Hope this helps.
Marked as helpful - @melikeasahin
style.css de main öğesi sadece tek satırlık bir kartı ortalıyor Media query hatası var Media Query İçeriği Yanlış Yazıların renkleri ve boyutları Margin / Padding eksik attribution rengi Kısacası biraz daha güncel teknolojiler ile düzenlenebilir.
Marked as helpful
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord