Difference between revisions of "Css classes"

From MyWiki
Jump to: navigation, search
(Created page with "<source lang="text"> .anything{ } </source>")
 
Line 1: Line 1:
 +
class = "indent"  in "<a" tag
 
<source lang="text">
 
<source lang="text">
.anything{
+
.indent{
  
 
}
 
}

Revision as of 17:56, 17 November 2015

class = "indent" in "<a" tag

.indent{
 
}