Tag: CSS

What Exactly are Media Queries?

Media queries are what enables your website to call different style declarations from your stylesheets based on the current window width of the viewing device.

How to Create Shapes in CSS

One of best features of CSS is that it reduces the use of images in web design and allows you to create simple shapes. Learn how to create circles, squares, triangles, stars, comment bubbles, stars, and even Pacman, all in pure CSS.