Line 1: | Line 1: | ||
− | <html> | + | |
− | <style> | + | |
− | . | + | <html lang="en"><head><meta charset="utf-8"> |
− | + | <title>SP xojaynee: Four Footer Columns</title> | |
− | + | <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1"> | |
− | + | <meta name="generator" content="PSPad editor, www.pspad.com"> | |
− | position: | + | <style media="screen"> |
− | + | .centered{background-color:tan} | |
+ | .social{background-color:red} | ||
+ | |||
+ | /* mended css */ | ||
+ | #footer { | ||
+ | position: relative; | ||
+ | overflow: hidden; | ||
+ | text-align: left; | ||
+ | } | ||
+ | .wrap { | ||
+ | position: relative; | ||
+ | margin: 0 auto; | ||
+ | padding: 20px; | ||
+ | overflow: hidden; | ||
+ | background: #3E3E3E; | ||
+ | color: #fff; | ||
+ | font:900 14px/26px 'Open Sans', sans-serif; | ||
+ | text-transform: uppercase; | ||
+ | } | ||
+ | #footer h3 a, | ||
+ | #footer h3 p { | ||
+ | margin: 0; | ||
+ | color: #fff; | ||
text-decoration: none; | text-decoration: none; | ||
− | |||
− | |||
− | |||
} | } | ||
− | + | .left { | |
− | + | float: left; | |
+ | width: 25%; | ||
+ | } | ||
+ | .right { | ||
+ | float: right; | ||
+ | width: 25%; | ||
+ | } | ||
+ | .centered { | ||
+ | overflow: hidden; /* claim the left over width between these 25% floats */ | ||
+ | } | ||
+ | .social { | ||
+ | float: right; | ||
+ | width: 50%; /* of the squished parent width */ | ||
+ | } | ||
+ | input { | ||
+ | font-size: 100%; | ||
+ | } | ||
+ | .subscribe_button { | ||
+ | margin: 0; | ||
+ | padding: 14px 0; | ||
+ | min-width: 200px; | ||
+ | color: #fff; | ||
+ | background-color: #2f2e2a; | ||
+ | font:900 14px/19px 'Open Sans', sans-serif; | ||
+ | text-align: center; | ||
+ | text-transform: uppercase; | ||
+ | cursor: pointer; | ||
+ | -webkit-transition: background-color 0.2s ease-in-out; | ||
+ | -moz-transition: background-color 0.2s ease-in-out; | ||
+ | -ms-transition: background-color 0.2s ease-in-out; | ||
+ | -o-transition: background-color 0.2s ease-in-out; | ||
+ | transition: background-color 0.2s ease-in-out; | ||
+ | } | ||
</style> | </style> | ||
− | + | </head> | |
<body> | <body> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | < | + | <footer id="footer"> |
− | < | + | <div class="wrap"> |
− | + | <div class="left"> | |
− | + | <h3><a href="http://xojaynee.tictail.com/about-us">About Us</a></h3> | |
− | + | <h3><a href="http://xojaynee.tictail.com/faq">FAQ</a></h3> | |
− | + | <h3><a href="http://xojaynee.tictail.com/contact-us">Contact Us</a></h3> | |
− | + | <h3><a href="http://xojaynee.tictail.com/about-us">Terms & Conditions</a></h3> | |
− | </ | + | </div> |
− | </div> | + | <!--<div class="clear"></div> REMOVED--> |
+ | <div class="right"> | ||
+ | <h3>Be the first to get access to our new arrivals and exclusive promo codes.</h3> | ||
+ | <form action="//tictail.us13.list-manage.com/subscribe/post?u=a39ec65a4cc079bc2af73cd52&id=d3b88dcefc" | ||
+ | method="post" id="right" name="right" class="validate" target="_blank" novalidate> | ||
+ | <div> | ||
+ | <input type="text" name="b_a39ec65a4cc079bc2af73cd52_d3b88dcefc" tabindex="-1" value=""> | ||
+ | </div> | ||
+ | <input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="subscribe_button"> | ||
+ | </form> | ||
+ | </div> | ||
+ | <!--<div class="clear"></div> REMOVED--> | ||
+ | <div class="centered"> | ||
+ | <h3 class="social"><p>Get Social</p><!--ADDED--></h3> | ||
+ | <h3><a href="http://xojaynee.tictail.com/track-order">Track Order</a></h3> | ||
+ | <h3><a href="http://xojaynee.tictail.com/how-to-shop">How To Shop</a></h3> | ||
+ | <h3><a href="http://xojaynee.tictail.com/size-guide">Size Guide</a></h3> | ||
+ | <h3><a href="http://xojaynee.tictail.com/delivery-information">Delivery Information</a></h3> | ||
+ | <h3><a href="http://xojaynee.tictail.com/return-exchange">Return & Exchange</a></h3> | ||
+ | </div> | ||
+ | </div> | ||
+ | </footer> | ||
</body> | </body> | ||
− | </html> | + | </html>` |
Revision as of 10:23, 17 August 2017