CSS: Difference between revisions

No edit summary
convert to new template
Line 1: Line 1:
{{Feature
{{Feature
|explains=CSS
|image=QB cube.svg
|description=Add custom CSS to pages or sitewide
|imgdesc=QualityBox
|notes=Add CSS rules into your pages.
|feature title=CSS
|tests=See schedule colors on the [[Rates]] page.
|examples=<source lang="css">
@media (min-width: 55em)
{
.main
{
float: left;
width: 65%;
margin-right: 5%;
margin-bottom: 1em;
}
 
.aside
{
float: left;
width: 30%;
margin-bottom: 1em;
}
}
</source>
}}
}}
{{#set:feature description = Add custom CSS to pages or sitewide }}
{{#set:feature notes = Add CSS rules into your pages. }}
{{#set:feature tests = See schedule colors on the [[Rates]] page. }}
{{#set:feature examples = [[{{FULLPAGENAME}}#Example:_mobile_layout_with_2_columns]] }}
Cascading Style Sheets is one of the primary technologies used in the web.  CSS provides the style/appearance aspect of your HTML.
Cascading Style Sheets is one of the primary technologies used in the web.  CSS provides the style/appearance aspect of your HTML.