<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
 margin: 0;
 padding: 0;
 display: block;
 font-family: 'Open Sans';
 text-shadow: 1px 1px 0px #bad3ed;
}

body {
}

.block {
  margin: auto;
  width: 100px;
}

.blockrow {
  width: 100px;
  clear: both;
}

.block1 {
  width: 50px;
  height: 50px;
  float: left;
  background-color: #ff9900;
  -moz-border-radius: 5px;  
  -webkit-border-radius: 5px;  
  border-radius: 5px; 
}
.block2 {
  width: 50px;
  height: 50px;
  float: right;
  background-color: #ff9900;
  -moz-border-radius: 5px;  
  -webkit-border-radius: 5px;  
  border-radius: 5px; 
}
.block3 {
  width: 50px;
  height: 50px;
  float: left;
  background-color: #6699cc;
  -moz-border-radius: 5px;  
  -webkit-border-radius: 5px;  
  border-radius: 5px; 
}

.title {
  clear: both;
  text-align: center;
  font-size: 64px;
  font-style: italic;
  font-weight: 300;
}
.footer {
  clear: both;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  text-shadow: none;
}</pre></body></html>