General Css Tips!

Hey Guys! Today we're gonna be going over some really useful front-end tools that you can use to spice up your website, make it more responsive, and generally look better!

CSS Media Queries

Css Media Queries are one of the top ways to make your website more responsive. What CSS Media Queries do is change the stylign of an element, depending on browser size!

Here is an example of Media Quieries in action!

Using Margins and Padding!

Spacing your website correctly is crucial to making it look more professional. If you space things too close together, your website can look crowded and overwhelming. If you space things too far apart, your website can look empty or lacking detail! One way to fix that is playing with the margin and padding values. The Margin sets how far apart an element is from other elements. The Padding sets the distance between an element and it's border.

Here is an example of Margins and Padding in action!

Front-End Libraries!

Sometimes bare CSS doesn't have all of the tools that a developer may want, or it takes too much time to program. That's where front-end libraries come in handy. You can think of Front-end libraries as expansion packs for CSS. They provide more tools and faster shortcuts to styling your website. Below is a small list of some of my favorite front-end libraries.