User:CStyle/vector.css: Difference between revisions
Appearance
Content deleted Content added
m ←Created page with 'body { background-color:yellow; }' |
mNo edit summary |
||
Line 2: | Line 2: | ||
{ |
{ |
||
background-color:yellow; |
background-color:yellow; |
||
} |
|||
h1 |
|||
{ |
|||
background-color:#00ff00; |
|||
} |
|||
p |
|||
{ |
|||
background-color:rgb(255,0,255); |
|||
} |
} |