Tried to use static HTML and CSS. No frameworks or libraries.
What challenges did you encounter, and how did you overcome them?How to implement design-tokens without frameworks. Decided to use CSS variables.
How to use google fonts. I did remember the google fonts website makes it fairly by generating the needed html with preconnect links and everything.
What specific areas of your project would you like help with?I know i use some possibly overly generic naming convensions like .text
and .title
, better names would probably be .card-title
and .card-text
to be a bit more modular.