2023 2024 Student Forum > Management Forum > Main Forum

 
  #2  
18th September 2014, 01:16 PM
Super Moderator
 
Join Date: Apr 2013
Re: Text CSS School

CSS Text : of the Cascade style sheet having the properties for text formatting .that is used while making css.
Like :
Ttext-align,
Text-transform
Color etc.

Example:
Text Color

body {
color: blue;
}

h1 {
color: #00ff00;
}

h2 {
color: rgb(255,0,0);
}


Text Alignment
h1 {
text-align: center;
}


Text Decoration:
h2 {
text-decoration: line-through;
}

h3 {
text-decoration: underline;


Quick Reply
Your Username: Click here to log in

Message:
Options

Thread Tools Search this Thread



All times are GMT +5. The time now is 05:05 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
SEO by vBSEO 3.6.0 PL2

1 2 3 4