Django Bootcamp - Part Three (CSS Advanced)🐍
Introduction In my previous article, we learned the basic CSS with Selectors and Color patterns. We also made our very first static web app/page. In this article, we will learn different properties of fonts like size, weight, text-alignment, etc. Also, we will download new fonts and change fonts. Note one thing, not every OS has every font. Google Font is free and easy to apply in the CSS file. Not only these fonts, but the box model is also an interesting part of the Webpage. It is a great combination of content and margins. Let's see in detail. Font This image will give us a better idea about the new fonts in HTML. Visit this link in your browser: https://fonts.google.com/ and we can find out there are 987 types of fonts available, which is useful for advanced web development as well as we can save it as a new font in our operating system. We can resize them, and go through different languages. There is also another attribute...