GirlThatLovesToCode

GirlThatLovesToCode

Follow
homeMy other writingsLearn DjangoFront-endFor beginnersAbout me
Series

Front-end

Here's a collection of CSS tips and tricks, combined with some HTML and JS.

Articles in this series

Delightful accordion

Feb 19, 202117 min read 423 views

Accordions are useful when you want to present key information right away and give interested users the ability to learn more about the topic with a...

Delightful accordion

CSS specificity - What overwrites what

Jan 27, 202115 min read 296 views

Introduction We access elements we want to style in different ways, depending on what we want to style. Tags for general styling, classes for a group...

CSS specificity - What overwrites what

Customizing <li> bullets

Jan 4, 202121 min read 870 views

For a great-looking webpage, all elements need to match the design, including bullets. By default, list styling is very limited: While you can change...

Customizing <li> bullets

CSS pseudo-elements: `before` and `after`

Nov 12, 202016 min read 2.9K views

My first job was at a firm that created custom websites. They mostly looked awesome and were CSS-heavy. I was an hour into my first day when I already...

CSS pseudo-elements: `before` and `after`