Advertisement
wclendining

WIDELAYOUTstep2-headerCSS

Apr 6th, 2015
533
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.67 KB | None | 0 0
  1.       /* =============================== */
  2.       /* Section 2: Header element rules */
  3.       /* =============================== */
  4.       header {
  5.          background-image: url(images/SeeThroughWaves.png);
  6.          background-repeat: no-repeat;
  7.          background-size: 100%;
  8.          height: 0;
  9.          padding-bottom: 24.1%;
  10.       }
  11.       header h1 {
  12.          margin: 0;
  13.          padding: 1em 0 0 0;text-align: center;
  14.          font-family: Bangers, "Times New Roman", Times, serif;
  15.          font-size: 5.8vw;
  16.          text-shadow: 8px 8px #B9D9E8;
  17.          }
  18.       header p.TagLine {margin-bottom: 1em; font-style: italic; text-align: center; font-size: 1.8vw}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement