codeburst

Bursts of code to power through your day. Web Development articles, tutorials, and news.

Follow publication

Let’s make a website. Episode VI – CSS

Yanis Vieilly
codeburst
Published in
8 min readFeb 20, 2018

See, Deadpool? I told you it would be your turn at some point!

CSS

Preparations

Right now, this title is a huge lie.

Let’s add some style

When you search for “style gif”, this comes up in the Google results.

Ok but let’s really add some style now

h1 {
font-family: Verdana;
}
No, “Ray Charles” is not the answer to the question. I’m just putting this here because of the joke on Georgia.
p {
font-family: Georgia;
}
h2 {
font-family: Verdana;
}
h1, h2 {
font-family: Verdana;
}
So beautiful now.

Let’s go further

Once again, I didn’t really know how to break this wall of text. So here’s an adorable Golden Retriever puppy. ALSO LOOK AT THESE PAWS OMG
body {
width: 65%;
}
It’s getting better.
You’ll understand this joke in the next article.
p {
font-family: Georgia;
line-height: 1.4;
}
Much more readable!

To conclude or not to conclude (spoiler: to conclude)

The beauty of CSS

Absolutely mind-blowing.

So… what’s next?

Nope. Not that kind of margin.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

Published in codeburst

Bursts of code to power through your day. Web Development articles, tutorials, and news.

Written by Yanis Vieilly

Web developer | Explorer | Something cool with -er

Responses (6)

Write a response