If you’re struggling to understand how absolute positioning works, I’ve put together a small example that might help. Get it at GitHub: https://github.com/code-warrior/absolute-position-example/
Category Archives: CSS
Rendering Images Inside Circles Using CSS
I’ve put an example on GitHub of how to use Sass to create images with rounded circles: https://github.com/code-warrior/images-rendered-inside-circles-using-css/
Definitions: User Agent, User, and Author
It’s important to understand the distinction between the terms “user agent,” “user,” and “author” when discussing CSS’s cascade. A user agent, or UA, refers to any browser when the term is used to discuss web-based technologies. Firefox, Chrome, and Opera are all user agents. A user is synonymous with a computer user. For example, I […]
Simple Drop Down Menu in Sass/CSS
I’ve shown this drop down menu in class multiple times over the years, but I have never shared it. The project is now available on GitHub. You’ll need Sass to compile the CSS.