Difference between revisions of "Team:UCSC/CSS"

Line 386: Line 386:
 
     background-color: grey;
 
     background-color: grey;
 
}
 
}
 +
 +
/*----------------------------------------------------------------------------------*/
 +
 +
/* Home Page */
 +
 +
h1 {
 +
  font-size: 50px;
 +
}
 +
 +
.regularBlockText {
 +
 +
}
 +
 +
.imageBlock {
 +
 +
}
 +
 +
.proj-button {
 +
    position: relative;
 +
    width: 10%;
 +
    text-decoration: none !important;
 +
}
 +
 +
.header-image {
 +
  display: block;
 +
  margin-left:auto;
 +
  margin-right:auto;
 +
  width:100%;
 +
}
 +
 +
.body_image_left {
 +
  display: block;
 +
  width:20%;
 +
  margin-left: 10%;
 +
 +
}
 +
 +
.body_image_center {
 +
  display: block;
 +
  margin-left:auto;
 +
  margin-right:auto;
 +
  width:20%;
 +
}
 +
 +
.body_image_right {
 +
  display:block;
 +
  margin-left: 70%;
 +
  width:20%;
 +
}
 +
 +
/* Three image containers (use 25% for four, and 50% for two, etc) */
 +
.column_body {
 +
  float: left;
 +
  width: 25%;
 +
  padding: 40px;
 +
}
 +
 +
/* Clear floats after image containers */
 +
.row_body::after {
 +
  content: "";
 +
  clear: both;
 +
  display: table;
 +
}
 +
/*----------------------------------------------------------------------------------*/
 +
  
 
</style>
 
</style>
 
</html>
 
</html>

Revision as of 00:11, 27 June 2018