
How to vertically center text in CSS Grid and Flexbox
Take this simple HTML: And, some basic styling: It looks like this: Now, we want to center this text vertically. The first modern approach you


How to Style HTML Input Placeholders In CSS
Let’s start with the HTML: So, now we want to style the placeholders themselves. If you want to keep it simple, most modern browsers support


2 ways to horizontally center a DIV in CSS
Let’s take this simple HTML structure: The first method involves some straight-forward CSS: Doesn’t get much simpler than that: And, if it this is all


The One-Line Difference Between Ugly and Amazing Websites
Forget personal taste. I’m telling you as sure as I’m sitting here… whatever your personal thoughts about the differences between this before and after… one


Responsive Web Design: Building a Responsive Menu
In this responsive web design tutorial, you’ll learn how to build a responsive menu. You’ll learn: how to target different breakpoints with media queries how


Pure HTML and CSS Dropdown Menu
Here’s how to create a pure HTML and CSS dropdown menu: Here’s the code I used in the video: If you get value from this