Skip to content

Commit

Permalink
3 shapestartertips.com
Browse files Browse the repository at this point in the history
  • Loading branch information
lmas2969 authored Jul 26, 2018
1 parent ffe51d9 commit 77b664b
Show file tree
Hide file tree
Showing 47 changed files with 46,626 additions and 0 deletions.
5,781 changes: 5,781 additions & 0 deletions assets/css/bootstrap.css

Large diffs are not rendered by default.

1,702 changes: 1,702 additions & 0 deletions assets/css/font-awesome.min.css

Large diffs are not rendered by default.

323 changes: 323 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,323 @@

/*=============================================================
Authour URI: www.binarytheme.com
License: Commons Attribution 3.0
http://creativecommons.org/licenses/by/3.0/
100% To use For Personal And Commercial Use.
IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US
======================================================== */


/*=======================================
GENERAL STYLES
==================================================*/

body {
font-size:14px;


}

h1, h2, h3, h4, h5, h6 {
font-family:'Open Sans', sans-serif;

}
h4 {
line-height:30px;
}


.text-center {
text-align:center;
}


p {
font-weight:300;
line-height:30px;
padding-bottom:15px;
}

section {
padding-top:100px;
padding-bottom:30px;
}
.g-pad-bottom {
padding-bottom:30px;
}

.form-control {
background-color: rgba(255, 255, 255, 0);
}
/* ===========================================================
NAVBAR CHANGES
============================================================*/
.navbar {
font-size: 18px;
}

.navbar-inverse {
background: #fff;
min-height: 60px;
padding-top: 5px;

}

.navbar-inverse .navbar-nav > .active > a {
background: #ffffff;
}

.navbar-inverse .navbar-brand {
color: #000;
font-weight: bolder;
font-size: 25px;
font-weight:900;
letter-spacing: 2px;
}
.navbar-inverse :hover .navbar-brand:hover {
color: #000;
}
.navbar-inverse .navbar-nav > li > a {
color: #000;
}
.navbar-inverse {
border-color: #D6D6D6;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
border-color: #000;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
color: #000;
}
.navbar-toggle {
background-color: black;
}

/*=======================================
HOME SECTION STYLES
==================================================*/



#home-sec {


background: url(../img/home.jpg) no-repeat 50% 50%;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%;
display: block;
height: auto;
padding-top:190px;
min-height:500px;
color:#fff;
}

.head-main {
font-size:80px ;
font-weight:900;
padding:15px;
text-transform:uppercase;

}

.head-last {
margin-top:70px;
font-size:25px ;
font-weight:900;
padding:5px 20px 20px 20px;
padding:5px;
}

/*=======================================
SKILL BAR STYLES
==================================================*/


.progress-adjust {
height: 10px;
margin-bottom: 0px;
}
.skill-div {
margin-top:10px;
}

.progress {
min-height:40px;
}

/* ===========================================================
INTRO /ABOUT
============================================================*/
.panel-title-adjust{
font-size: 20px;
padding: 5px;
}

.panel-title-adjust a:hover {
text-decoration:none;
}
.panel-title-adjust i {
padding-right:5px;
}
/*=======================================
TESTIMONIAL STYLES
==================================================*/

#carousel-example {
margin:20px;

}
.slide-custom {
min-height:200px;
padding:20px;
line-height:30px;
}

.user-img {
border: 2px solid #000;
overflow: hidden;
border-radius: 50%;
display: inline-block;
}

.img-u {
max-height: 90px;
max-width: 90px;
}

.c-set {
font-style: italic;
font-size: 20px;
padding: 15px;
}
#testimonial {


background: url(../img/home.jpg) no-repeat 50% 50%;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%;
display: block;
height: auto;
min-height:200px;
color:#fff;
}
/* ===========================================================
PRICING STYLE
============================================================*/
.plan {
padding: 0 0 15px 0;
margin: 30px 0px;
list-style: none;
text-align: center;
}

.active-plan-price {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.plan li {
padding: 15px 0px;
font-size: 16px;
border-bottom: 1px dotted #e1e1e1;
}

.round-body {
display: table;
width: 135px;
height: 135px;
margin: 0 auto 14px auto;
border: 3px solid #000;
border-radius: 100%;
}
.price-main {
display: table-cell;
font-size: 28px;
font-weight: bold;
text-transform: uppercase;
vertical-align: middle;
}
.price-Unit {
display: block;
}

small {
font-size:10px!important;
font-weight:normal;
}
/*=======================================
Contact STYLES
==================================================*/
.qry {
background-color: #F3F3F3;
}
.cnt {
width: 100%;
min-height: 350px;
border: 1px solid #e1e1e1;
}
.add {
color:#000;
font-size:25px;
font-weight:900;
padding:20px 10px 20px 5px;
}
/*=======================================
FOOTER STYLES
==================================================*/


#footer {
background-color: #FFFFFF;
color: #000;
padding: 20px 50px 20px 50px;
text-align: right;
border-top: 1px solid #d6d6d6;
}


/*=======================================
MEDIA QUERIES
==================================================*/

@media all and (max-width:640px) and (min-width:381px) {
.head-main {
font-size:28px ;
}
}
@media all and (max-width:381px) and (min-width:200px) {
.head-main {
font-size:28px ;
}
}
















Binary file added assets/fonts/fontawesome-webfontba72.eot
Binary file not shown.
Loading

0 comments on commit 77b664b

Please sign in to comment.