HTML CSS JSResult Skip Results Iframe
EDIT ON
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
}
body p {
  font-size: 14px;
  line-height: 23px;
}
body li {
  font-size: 14px;
}
h3 {
  margin-left: 15px;
}
.wrapper {
  padding-top: 25px;
}
.background-image {
  position: fixed;
  left: 0;
  right: 0;
  z-index: -1;
  display: block;
  background-image: url('../images/recipes/recept_0001_kabulipalaw.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  -o-filter: blur(15px);
  -ms-filter: blur(15px);
  filter: blur(15px);
}
.img {
  background-image: url('../images/recipes/recept_0001_kabulipalaw.jpg');
  image-rendering: auto;
  width: 500px;
  height: 300px;
  background-size: cover;
  background-position: center;
  margin: auto;
}
.title {
  width: 500px;
  height: 40px;
  background-color: #E2E2E2;
  margin: auto;
}
.title h4 {
  margin: 0px;
  padding-top: 7px;
  padding-left: 30px;
  font-weight: 300;
}
ul.tab {
  list-style-type: none;
  margin: auto;
  padding: 0px 0px 20px 0px;
  overflow: hidden;
  background-color: #f1f1f1;
  width: 500px;
  height: 55px;
}
ul.tab li {
  float: left;
}
ul.tab li a {
  display: inline-block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 17px;
}
ul.tab li a:focus, .active {
  background-color: #ccc;
}
ul.tab li a:hover {
  background-color: #ddd;
  cursor: pointer;
}
.tabcontent {
  display: none;
  padding: 6px 12px;
  background-color: white;
  border-top: none;
  width: 476px;
  margin: auto;
}
.tabcontent li {
  list-style-type: none;
  line-height: 23px;
}
.tabcontent p {
  margin: 20px;
}



Resources1× 0.5× 0.25×Rerun