Submitted about 1 year agoA solution to the Blog preview card challenge
Blog preview card
pure-css
@snigdha-sukun

Solution retrospective
What are you most proud of, and what would you do differently next time?
I am proud that I was able to use custom font in the project
@font-face {
font-family: 'Figtree';
src: url("./assets/fonts/Figtree-VariableFont_wght.ttf") format('truetype');
}
What challenges did you encounter, and how did you overcome them?
I encountered some difficulty while writing the CSS code, particularly in accurately positioning the box vertically for the mobile view. I referred to a few CSS tutorial websites for syntax and values, and after some trial and error, I was able to get it right.
What specific areas of your project would you like help with?CSS techniques
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Snigdha Sukun's solution.
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