sleek.js
Version:
Sleek.js is an MVC wrapper Framework implemented from Node.JS, built-in with base dependency on handlebars.js, express.js. Sleek.js architecture follows common format of MVC which makes it easy to handle and build better web apps with pluggable modules &
35 lines (34 loc) • 998 B
CSS
/*
* Stylesheet
*/
.sub_container {
border: 1px solid #E3E3E3;
margin: 3% auto 0;
padding-bottom: 20px;
padding-top: 50px;
text-align: center;
width: 800px;
}
.logo-col{ width:180px; height:51px; margin:0 auto;}
.sub_container h2{ font-size:40px; font-weight:normal; color:#9e9e9e; font-family:Arial, Helvetica, sans-serif;}
.sub_cnt_col{ background:#f4f4f4; padding:30px 20px}
.sub_cnt_col p{ color:#2c3e50; font-family:Arial, Helvetica, sans-serif; font-size:12px; text-align:left;}
.sub_container .footer{ margin-top:60px;}
.sub_container .footer p{color:#2c3e50; font-family:Arial, Helvetica, sans-serif; font-size:11px;}
.sub_container a {
color: #EE747D;
font-family: Arial,Helvetica,sans-serif;
font-size: 11px;
text-decoration: none;
}
.sub_container .footer a:hover{
color: #f15b66;
}
.sub_container {
border: 1px solid #E3E3E3;
margin: 3% auto 0;
padding-bottom: 20px;
padding-top: 25px;
text-align: center;
width: 800px;
}