Advertisement
wclendining

FLOATLAYOUTstep2CSS

Apr 6th, 2015
525
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.28 KB | None | 0 0
  1.       /* ============================ */
  2.       /* Section 1: Document defaults */
  3.       /* ============================ */
  4.       @import url(http://fonts.googleapis.com/css?family=Lato:400,700,900);
  5.       @import url(http://fonts.googleapis.com/css?family=Bangers);
  6.       body {margin: 2% 15%; font-family: Lato, Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;
  7.         background-image: url(images/plhouse.jpg);
  8.         background-repeat: no-repeat;
  9.         background-size: 30%;
  10.         background-attachment: fixed;
  11.       }
  12.  
  13.       /* =============================== */
  14.       /* Section 2: Header element rules */
  15.       /* =============================== */
  16.       header {
  17.          background-image: url(images/SeeThroughWaves.png);
  18.          background-repeat: no-repeat;
  19.          background-size: 100%;
  20.          height: 0;
  21.          padding-bottom: 24.1%;
  22.          border-left: solid #121E26 1px;
  23.          border-right: solid #121E26 1px;
  24.       }
  25.       header h1 {
  26.          margin: 0;
  27.          padding: 0;text-align: center;
  28.          font-family: Bangers, "Times New Roman", Times, serif;
  29.          font-size: 5.8vw;
  30.          text-shadow: 8px 8px #B9D9E8;
  31.          }
  32.       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