Toggle navigation
Bootsnipp
Bootstrap
For
CSS Frameworks
Bootstrap
Foundation
Semantic UI
Materialize
Pure
Bulma
References
CSS Reference
Tools
Community
Page Builder
Form Builder
Button Builder
Icon Search
Dan's Tools
Diff / Merge
Color Picker
Keyword Tool
Web Fonts
.htaccess Generator
Favicon Generator
Site Speed Test
Snippets
Featured
Tags
By Bootstrap Version
4.1.1
4.0.0
3.3.0
3.2.0
3.1.0
3.0.3
3.0.1
3.0.0
2.3.2
Register
Login
"stopka"
Bootstrap 3.3.0 Snippet by
strikerlg
3.3.0
Preview
HTML
CSS
View Full Screen
Forked from
Fork
Fork this
Parent
1.0K
 
0 Fav
Post to Facebook
Tweet this
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <stopka> <div class="stopka" id="stopka"> <div class="container"> <div class="row"> <div class="col-lg-2 col-md-2 col-sm-4 col-xs-6"> <h3> Lorem Ipsum </h3> <ul> <li> <a href="#"> Lorem Ipsum </a> </li> <li> <a href="#"> Lorem Ipsum </a> </li> <li> <a href="#"> Lorem Ipsum </a> </li> <li> <a href="#"> Lorem Ipsum </a> </li> </ul> </div> <div class="col-lg-2 col-md-2 col-sm-4 col-xs-6"> <h3> Lorem Ipsum </h3> <ul> <li> <a href="#"> Lorem Ipsum </a> </li> <li> <a href="#"> Lorem Ipsum </a> </li> <li> <a href="#"> Lorem Ipsum </a> </li> <li> <a href="#"> Lorem Ipsum </a> </li> </ul> </div> <div class="col-lg-2 col-md-2 col-sm-4 col-xs-6"> <h3> Lorem Ipsum </h3> <ul> <li> <a href="#"> Lorem Ipsum </a> </li> <li> <a href="#"> Lorem Ipsum </a> </li> <li> <a href="#"> Lorem Ipsum </a> </li> <li> <a href="#"> Lorem Ipsum </a> </li> </ul> </div> <div class="col-lg-2 col-md-2 col-sm-4 col-xs-6"> <h3> Lorem Ipsum </h3> <ul> <li> <a href="#"> Lorem Ipsum </a> </li> <li> <a href="#"> Lorem Ipsum </a> </li> <li> <a href="#"> Lorem Ipsum </a> </li> <li> <a href="#"> Lorem Ipsum </a> </li> </ul> </div> <div class="col-lg-3 col-md-3 col-sm-6 col-xs-12 "> <h3> Lorem Ipsum </h3> <ul> <li> <div class="input-append newsletter-box text-center"> <input type="text" class="full text-center" placeholder="wpisz swój email"> <button class="btn bg-gray" type="button"> Zapisz</button> </div> </li> </ul> <ul class="social"> <li> <a href="#"> <i class=" fa fa-facebook"> </i> </a> </li> <li> <a href="#"> <i class="fa fa-twitter"> </i> </a> </li> <li> <a href="#"> <i class="fa fa-google-plus"> </i> </a> </li> <li> <a href="#"> <i class="fa fa-pinterest"> </i> </a> </li> <li> <a href="#"> <i class="fa fa-youtube"> </i> </a> </li> </ul> </div> </div> <!--/.row--> </div> <!--/.container--> </div> <!--/.stopka--> <div class="stopka-bottom"> <div class="container"> <p class="pull-left"> Copyright © KarateCUP 2017. All right reserved. </p> <div class="pull-right"> <ul class="nav nav-pills platnosci"> <li><i class="fa fa-cc-visa"></i></li> <li><i class="fa fa-cc-mastercard"></i></li> <li><i class="fa fa-cc-amex"></i></li> <li><i class="fa fa-cc-paypal"></i></li> </ul> </div> </div> </div> <!--/.stopka-bottom--> </stopka>
.full { width: 100%; } .gap { height: 30px; width: 100%; clear: both; display: block; } .stopka { background: #337ab7; height: auto; padding-bottom: 30px; position: relative; width: 100%; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #DDDDDD; } .stopka p { margin: 0; } .stopka img { max-width: 100%; } .stopka h3 { border-bottom: 1px solid #fff; color: #ffffff; font-size: 18px; font-weight: 600; line-height: 27px; padding: 40px 0 10px; text-transform: uppercase; } .stopka ul { font-size: 13px; list-style-type: none; margin-left: 0; padding-left: 0; margin-top: 15px; color: #ffffff; } .stopka ul li a { padding: 0 0 5px 0; display: block; } .stopka a { color: #ffffff } .supportLi h4 { font-size: 20px; font-weight: lighter; line-height: normal; margin-bottom: 0 !important; padding-bottom: 0; } .newsletter-box input { background: #FFFFFF; float: left; height: 30px; width: 100%; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; } .newsletter-box .btn { border: medium none; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; display: inline-block; height: 30px; padding: 0; width: 100%; color: #000; margin: 10px 0px 0px 0px; } .newsletter-box { overflow: hidden; } .bg-stopka { background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%); box-shadow: 0 1px 0 #B4B3B3; } .social li { background: none repeat scroll 0 0 #B5B5B5; border: 2px solid #B5B5B5; -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%; float: left; height: 36px; line-height: 36px; margin: 0px 5px 0px 10px; padding: 0; text-align: center; width: 36px; transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; } .social li:hover { transform: scale(1.15) rotate(360deg); -webkit-transform: scale(1.1) rotate(360deg); -moz-transform: scale(1.1) rotate(360deg); -ms-transform: scale(1.1) rotate(360deg); -o-transform: scale(1.1) rotate(360deg); } .social li a { color: #EDEFF1; } .social li:hover { border: 2px solid #2c3e50; background: #2c3e50; } .social li a i { font-size: 16px; margin: 0 0 0 5px; color: #EDEFF1 !important; } .stopka-bottom { background: #E3E3E3; border-top: 1px solid #DDDDDD; padding-top: 10px; padding-bottom: 10px; } .stopka-bottom p.pull-left { padding-top: 6px; } .platnosci { font-size: 1.5em; }
Related:
See More
Template
Vue Paper Dashboard 2 PRO
Questions / Comments:
Post
Posting Guidelines
Formatting
- Now
×
Close
Donate
BTC: 12JxYMYi6Vt3mx3hcmP3B2oyFiCSF3FhYT
ETH: 0xCD715b2E3549c54A40e6ecAaFeB82138148a6c76