Nothing here yet.
Nothing here yet.
In our last post, we built the Skeleton (HTML). But a skeleton is boring. We want to dress it up with CSS (Cascading Style Sheets). But here is the problem: If you say "Make the text red," the browser asks, "Which text?" The header? The footer? The b...

If you have been following our Web Dev Cohort journey, you’ve probably realized something annoying about HTML: It involves a lot of typing. To create a simple division with a class, you have to type: < d i v c l a s s = " b o x " > ... That is 15+ ke...
