Sunday, March 4, 2018

// // Leave a Comment

shadow:0 5px 10px rgba(0, 0, 0, 0.15); box-shadow:0 1px 6px rgba(0, 0, 0, 0.15); } .header-wrapper { background: #fff; border-bottom: 1px solid #ccc; display: inline-block; float: left; width: 100%; } .main-wrapper { width:auto; margin-right:365px; } #content { position: relative; width: 100%; float: left; } .sidebar-wrapper { width:300px; padding: 25px 20px; float: right; background: #F8F8F8; border: 1px solid white; margin: 40px 20px 40px 0; outline: 1px solid #E4E4E4; } /**** Layout Styling CSS *****/

shadow:0 5px 10px rgba(0, 0, 0, 0.15);  box-shadow:0 1px 6px rgba(0, 0, 0, 0.15);  }
.header-wrapper {  background: #fff;  border-bottom: 1px solid #ccc;  display: inline-block;  float: left;  width: 100%;  }
.main-wrapper {    width:auto;    margin-right:365px;   }
#content {   position: relative;  width: 100%;  float: left;  }
.sidebar-wrapper {  width:300px;  padding: 25px 20px;  float: right; background: #F8F8F8; border: 1px solid white;  margin: 40px 20px 40px 0;  outline: 1px solid #E4E4E4;  }
/**** Layout Styling CSS *****/
Read More