Latest comments
- @miri52@Z-ayat
You can use these examples https://clipboard-landing-site.vercel.app/ otherwise create a box-shadow:1px 1px 1px 1px #eee; and edit it with chrome dev tools till u get the desired shadow
- @AhmedSaidi99
- @YousefKhalid-iq@Z-ayat
Can’t find out the web view from mobile but great work ❤️ Keep it going
- @Darshan-Pandya10@Z-ayat
Quick search (benifits) section should be text-align-center; and in web view you can give the img position:relative;and left:-xxpx; till you get it as the design otherwise you did well ❤️
Marked as helpful - @ckeller22@Z-ayat
Don’t know how the image design looks but in the mobile-view nav links is to close from each other they need some margins
- @Mahmoud-Abu-Zubaidah@Z-ayat
flex and padding would give you much more eye rest Check that solution "https://www.frontendmentor.io/solutions/pure-css-only-shadows-of-bs-and-fa-icos-P4yAaJnEA" created a div.container for the messages and gave it display:flex; flex-direction:column; then i used align-self on recived class to left and align-self:right; on sent which was {<p class="sent">Sent message...</p>}
Marked as helpful