Difference between revisions of "Template:Virginia/Square"

Line 3: Line 3:
 
<style>
 
<style>
  
        square {
+
.foo {
                width: 100px;
+
  float: left;
                height: 100px;
+
  width: 20px;
                background:#ff002e;
+
  height: 20px;
        }
+
  margin: 5px;
 +
  border: 1px solid rgba(0, 0, 0, .2);
 +
}
  
</style>
+
.blue {
 +
  background: #13b4ff;
 +
}
  
<script>
+
.purple {
<div class= "square">
+
  background: #ab3fdd;
</div>
+
}
</script>
+
  
 +
.wine {
 +
  background: #ae163e;
 +
}
 +
 +
</style>
 
</html>
 
</html>

Revision as of 19:59, 15 June 2017