i proud to have come this far, i'm still at the beginning and i managed to make this design. i still have a problem with responsive layout, but in the future i will learn to do il well.
Amir.mohamad
@AmirmfthAll comments
- @iliassabbadSubmitted about 1 month agoWhat are you most proud of, and what would you do differently next time?@AmirmfthPosted about 1 month ago
Nice job, I had a hard time scaling the project too
0 - @SherzodToshpulatovSubmitted about 1 month ago
- @sashaulySubmitted about 1 month agoWhat are you most proud of, and what would you do differently next time?
-
How to use variable fonts in CSS
@font-face { font-family: Figtree; src: url("/assets/fonts/Figtree-VariableFont_wght.ttf") format("truetype"); font-weight: 500 800; font-style: normal; }
-
First time I used native CSS nesting with BEM
.card{ ... .card__image { ... } .card__content { ... } .card__author { ... } }
@AmirmfthPosted about 1 month agoi too learned CSS nesting seeing your solution, GOOD job.
Marked as helpful0 -
- @Andre-githSubmitted about 1 month agoWhat are you most proud of, and what would you do differently next time?
I managed to develop the project, although it was simple, I felt a little difficult. What I would do differently: I would add Javascript to give the site functionality and improve the CSS
What challenges did you encounter, and how did you overcome them?I faced difficulties with Divs and Display Flex, I had to remember each one to complete the development of the page.
What specific areas of your project would you like help with?I would like help with the Html structure, whether I use Sections or Div first and with Display Flex and Responsiveness.
@AmirmfthPosted about 1 month agoThis project had a very clean code , and i can clearly see the parts that i could've write my code better.
0