Advertisement
amonoxia

Classy Footer

Jun 23rd, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.20 KB | None | 0 0
  1. <!-- Note: all image URLs (including CSS background images) must start with https:// -->
  2.  
  3. <style>
  4. /*
  5.     Custom CSS styles here
  6.     All styles MUST be inlined; external stylesheets are not allowed.
  7.     External fonts may be loaded over https:// using @font-face - not using a script.
  8. */
  9.  
  10.  
  11. /*
  12.     All CSS rules must start with #customFooter
  13.  
  14.     Example:
  15.     #customFooter {}
  16.     #customFooter div {}
  17.     #customFooter strong {}
  18. */
  19.  
  20.     #customFooter {
  21.       height: 269px;
  22.       width:100%;
  23.       background-color: rgb(128, 130, 133);
  24.       font-size:16px;
  25.       margin:0px;
  26.       padding-top:110px;
  27.       font-family: "Open Sans", Arial,Helvetica,sans-serif;
  28.       text-align: center;
  29.       color: #FFFFFF;
  30.       font-weight: 400;
  31.     }
  32.  
  33. </style>
  34.  
  35.  
  36. <div id="customFooter">
  37.   <div id="customFooterinner">
  38.     <!-- Custom footer HTML here -->
  39.     <p><img src="https://assets.classy.org/4622165/7936172e-14a4-11e7-a067-0a69a1b81e16.png"
  40.    </p>
  41.     <p>810 Broadway ST #203 Seaside, OR 97138</p>
  42.     <p>P: (503) 717-1552</p>
  43.   </div>
  44. </div>
  45.  
  46.  
  47. <script type="text/javascript">
  48. /* Custom Javascript here */
  49.  
  50.  
  51. /*
  52.     External links to Javascript files are NOT allowed!
  53. */
  54.  
  55. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement