Difference between revisions of "Template:UCopenhagen-header/CSS"

Line 360: Line 360:
  
 
/*.....................................*/
 
/*.....................................*/
 +
 +
<style>
 +
  .myintro {
 +
      display: table;
 +
      width: 100%;
 +
      height: 100%;
 +
      padding: 100px 0;
 +
      text-align: center;
 +
      color: #E8DBD7;
 +
      background-color: #264653;
 +
      -webkit-background-size: cover;
 +
      -moz-background-size: cover;
 +
      background-size: cover;
 +
      -o-background-size: cover;
 +
    }
 +
    .myintro .myintro-body {
 +
      display: table-cell;
 +
      vertical-align: middle;
 +
    }
 +
    .myintro .myintro-body .brand-heading {
 +
      font-size: 40px;
 +
    }
 +
    .myintro .myintro-body .myintro-text {
 +
      font-size: 18px;
 +
      font-family: Tahoma, Geneva, sans-serif;
 +
    }
 +
 
@media (min-width: 768px) {
 
@media (min-width: 768px) {
 
       .myintro {
 
       .myintro {

Revision as of 11:08, 19 August 2017

<!DOCTYPE html>

inCell