CSS and how can I edit my web page with CSS.

Asked By 0 points N/A Posted on -
qa-featured

I am new to web designing. I would like to know what is CSS and how to use CSS better.

Thank you.

 

SHARE
Best Answer by Garry Bross
Best Answer
Best Answer
Answered By 20 points N/A #95500

CSS and how can I edit my web page with CSS.

qa-featured

CSS means: Cascading Style Sheets.

It is a kind of styling element in web design, which helps you to easily color your web page as well as you can give much more style by this.
 
CSS comes with HTML 4.0 to make your website easily and give it the ultimate effect. It is a big step on HTML system. CSS works with 3 things :
 
1. Selector
 
2. Property
 
3. Value
 
Like this selector {property:value} for example :body {color:black}. You can add CSS in 3 ways
 
1.external style sheet
 
2.internal style sheet
 
3. Inline styles
 
To know more about it, I refer you to this site where you can find more about it: More information .
Answered By 0 points N/A #95502

CSS and how can I edit my web page with CSS.

qa-featured

Hi,

You must upgrade the Custom design from the CSS and simply customize the page from the CSS, to allow you to edit your themes from the Cascading style sheet and it must allow you to change fonts, color, borders and backgrounds for the blog layout. If you’re using the HTML or PHP code, you cannot edit the page to the CSS because the Custom Design upgrade allows you to edit only from the CCS.
 
The limitation of abilities of the CSS, is one's own skills. You may choose the CSS for adding the existing theme, without the theme’s normal styles, for removing to the CSS and make it possible to change quickly and easily a few lines from the Cascading Style sheet.

Related Questions