DEV Community

Cover image for CSS3 - Part 7 of Frontend Development Series
Dillion Megida
Dillion Megida

Posted on

4 2

CSS3 - Part 7 of Frontend Development Series

According to our guideline - roadmap.sh/frontend, CSS3 is the next section.

You can find a list of all articles in this series here - Frontend Development Series

CSS3 is the latest version of CSS.
It works with the previous versions but adds new interactive and attractive features to elements on a page.

History of CSS

According to Wikipedia,
CSS was introduced by Hakon Wium Lie on October 10, 1994.

Style sheets have existed in one form or another since the beginnings of Standard Generalized Markup Language (SGML) in the 1980s, and CSS was developed to provide style sheets for the web.


CSS1 was released on December 17, 1996
It had support for colors and backgrounds, text formatting, alignments, margins and classification of groups of attributes.


CSS2 was developed by the W3C and published as a recommendation in May 1998

It was a superset of CSS1 which adds extra features like positioning styles (absolute and the likes), media types, new font properties and so on.


The earliest CSS 3 drafts were published in June 1999.

It added more features to CSS2. Examples are animations, transitions, 3D elements and choice of fonts.

Learn more about CSS History in wikipedia

Conclusion

CSS3 is the latest version of CSS which brings life and interactions to webpages. It also aids in less use of javascript in order to achieve certain interactions.

That's all for CSS3. We've actually covered some of these extra capabilities in previous articles if you noticed : )

Check out all articles so far on the series here - Frontend Development Series

Heroku

Simplify your DevOps and maximize your time.

Since 2007, Heroku has been the go-to platform for developers as it monitors uptime, performance, and infrastructure concerns, allowing you to focus on writing code.

Learn More

Top comments (2)

Collapse
 
mmaitoza profile image
Michael Maitoza

Thanks, Dillion. CSS3 is very powerful and can do many things. I'm finding that I can do so much more with it than I could with the previous versions of CSS. It's very exciting to see where CSS3 will take us.

Collapse
 
dillionmegida profile image
Dillion Megida

Sure it is exciting : )

You're welcome

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs