I tried to use variable fonts it didn't resonate with the design. Then I tried to use it locally using @font-face
, it also didn't come up right. Finally, I tried using google fonts, which went along with the design.
I had problems with making the tag Learning
as an inline element, without taking the whole container width, but finally, found the solution using align-self
.
It would be great, if I can get input on arears where I can improve my code, both in my HTML as well as CSS