Learning CSS
When surf people website or blog, it makes me want create my own website design by create wordpress theme for this blog. Actually i like to design more than to blog. But what the use of the theme if it cannot be use, so thats why i starting to blog. Website design is not an easy for a beginner like me, so to begin my journey to create my own theme, i visit w3schools to learn about css. This is overview about css:
What is CSS?
- CSS stands for Cascading Style Sheets
- Styles define how to display HTML elements
- Styles are normally stored in Style Sheets
- Styles were added to HTML 4.0 to solve a problem
- External Style Sheets can save you a lot of work
- External Style Sheets are stored in CSS files
- Multiple style definitions will cascade into one
Style Sheets Can Save a Lot of Work
Styles sheets define HOW HTML elements are to be displayed, just like the font tag and the color attribute in HTML 3.2. Styles are normally saved in external .css files. External style sheets enable you to change the appearance and layout of all the pages in your Web, just by editing one single CSS document!
CSS is a breakthrough in Web design because it allows developers to control the style and layout of multiple Web pages all at once. As a Web developer you can define a style for each HTML element and apply it to as many Web pages as you want. To make a global change, simply change the style, and all elements in the Web are updated automatically.
Beginning of the journey
I don’t know how long will i take to create my theme because i’m just at the beginning of learning. I will try my best to create one. I will post about my progress create wordpress theme. ![]()
