Difference between revisions of "Team:Potsdam/Team"

Line 1: Line 1:
<style>{{Template:Team:Potsdam/CSSTest}}</style>
+
{{#css:
 +
  body {
 +
    background: yellow;
 +
    font-size: 20pt;
 +
    color: red;
 +
  }
 +
}}
 
<html>
 
<html>
 
<p>test</p>
 
<p>test</p>
 
</html>
 
</html>

Revision as of 22:36, 3 May 2017

{{#css:

 body {
   background: yellow;
   font-size: 20pt;
   color: red;
 }

}}

test