Difference between revisions of "Template:UIUC Illinois STYLE"

Line 1: Line 1:
 
<html>
 
<html>
 
<style>
 
<style>
 +
 +
#container {
 +
  height: 400px;
 +
  width: 400px;
 +
  position: relative;
 +
}
 +
#image {
 +
  position: absolute;
 +
  left: 0;
 +
  top: 0;
 +
}
 +
#text {
 +
  z-index: 100;
 +
  position: absolute;
 +
  color: white;
 +
  font-size: 24px;
 +
  font-weight: bold;
 +
  left: 150px;
 +
  top: 350px;
 +
}
 +
  
 
.services.animationBegin > * {
 
.services.animationBegin > * {

Revision as of 19:21, 28 June 2017