Day 2/30 — it is CSS time!!

Neha Sharma
2 min readDec 2, 2016

--

Ohkay, so basic structure of the HTML page is done — header, content, footer. To add the some colors , position etc in the plain web page we need CSS.

HTML gives structure to your web page whereas CSS handle the style, color, size, position etc of the web page. So, both goes hand in hand. Latest version of the CSS is CSS3.0 which is mix of CSS2 and CSS3. As we will move on with this 30 days challenge I’ll keep adding what is new in the css3.

The above codepen I kept very simple while adding css. I styled the

1) header and its elements — logo and navigation.

2) Content — headings and its elements

3) footer — just change the background

What is css?

CSS is use for styling the HTML elements/page.

Why css?

CSS helps in beautifying your web page and elements. If you are looking for changing color to font-family, from animations to blur filters CSS has everything.

Which version of CSS

CSS3.0 but with CSS2.0 :p

It is too simple?

Nothing is simple and nothing is complex. It is on the learner only :)

what more can I do?

You can do hell of lot of things with css only. Will show all the awesomeness as I move on in this challenge

What’s next?

Refactoring!!

SIDE NOTE: Do you know I recently spoke at CSSConf Asia. My talk was selected by the panel and I went to Singapore to speak there. You can check the details here https://2016.cssconf.asia/

--

--

Neha Sharma
Neha Sharma

Written by Neha Sharma

Tech Lead; Brain behind JSLovers, Tech Speaker; ❤ Calligraphy and Chai. https://twitter.com/hellonehha; My Dev Journey: https://www.instagram.com/devgirllife/

No responses yet