Difference between revisions of "Template:Susung/CSS"

 
(8 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
<style type="text/css">
 
<style type="text/css">
 
body {
 
body {
  background-color: blue;
+
background-color: blue;
 +
}
 +
 
 +
#wrapper {
 +
margin-left: auto;
 +
margin-right: auto;
 +
width: 500px;
 
}
 
}
 
</style>
 
</style>
 +
<div id="wrapper">
 +
SUsung
 +
</div>
 
</html>
 
</html>

Latest revision as of 17:53, 9 July 2015

SUsung