ABOUT US

Our development agency is committed to providing you the best service.

OUR TEAM

The awesome people behind our brand ... and their life motto.

  • Neila Jovan

    Head Hunter

    I long for the raised voice, the howl of rage or love.

  • Mathew McNalis

    Marketing CEO

    Contented with little, yet wishing for much more.

  • Michael Duo

    Developer

    If anything is worth doing, it's worth overdoing.

OUR SKILLS

We pride ourselves with strong, flexible and top notch skills.

Marketing

Development 90%
Design 80%
Marketing 70%

Websites

Development 90%
Design 80%
Marketing 70%

PR

Development 90%
Design 80%
Marketing 70%

ACHIEVEMENTS

We help our clients integrate, analyze, and use their data to improve their business.

150

GREAT PROJECTS

300

HAPPY CLIENTS

650

COFFEES DRUNK

1568

FACEBOOK LIKES

STRATEGY & CREATIVITY

Phasellus iaculis dolor nec urna nullam. Vivamus mattis blandit porttitor nullam.

PORTFOLIO

We pride ourselves on bringing a fresh perspective and effective marketing to each project.

Tidak ada postingan.
Tidak ada postingan.

Cari Blog Ini

Diberdayakan oleh Blogger.

Blogroll

Membuat Slider Responsive Dengan CSS - www.malasngoding.com

Membuat Slider Responsive Dengan CSS
www.malasngoding.com

Gambar 1 Gambar 2 Gambar 3
h2{ font-family: sans-serif; font-weight: normal; } .malasngoding-slider { border: 10px solid #efefef; position: relative; overflow: hidden; background: #efefef; } .malasngoding-slider { margin:20px auto; width: 768px; height: 450px; } .isi-slider img { width: 768px; height: 450px; float: left; } .isi-slider { position: absolute; width:3900px; /*pengaturan durasi lama tampil gambar bisa di atur di bawah ini*/ animation-name:slider; animation-duration:16s; animation-timing-function: ease-in-out; animation-iteration-count:infinite; -webkit-animation-name:slider; -webkit-animation-duration:16s; -webkit-animation-timing-function: ease-in-out; -webkit-animation-iteration-count:infinite; -moz-animation-name:slider; -moz-animation-duration:16s; -moz-animation-timing-function: ease-in-out; -moz-animation-iteration-count:infinite; -o-animation-name:slider; -o-animation-duration:16s; -o-animation-timing-function: ease-in-out; -o-animation-iteration-count:infinite; } /*saat gambar di hover oleh cursor mouse maka berhenti slide*/ .isi-slider:hover { -webkit-animation-play-state:paused; -moz-animation-play-state:paused; -o-animation-play-state:paused; animation-play-state:paused; } } .isi-slider img { float: right; } .malasngoding-slider:after { font-size: 150px; position: absolute; z-index: 12; color: rgba(255,255,255, 0); left: 300px; top: 80px; -webkit-transition: 1s all ease-in-out; -moz-transition: 1s all ease-in-out; transition: 1s all ease-in-out; } .malasngoding-slider:hover:after { color: rgba(255,255,255, 0.6); } @-moz-keyframes slider { 0% { left: 0; opacity: 0; } 2% { opacity: 1; } 20% { left: 0; opacity: 1; } 21% { opacity: 0; } 24% { opacity: 0; } 25% { left: -768px; opacity: 1; } 45% { left: -768px; opacity: 1; } 46% { opacity: 0; } 48% { opacity: 0; } 50% { left: -1536px; opacity: 1; } 70% { left: -1536px; opacity: 1; } 72% { opacity: 0; } 74% { opacity: 0; } 75% { left: -2304px; opacity: 1; } 95% { left: -2304px; opacity: 1; } 97% { left: -2304px; opacity: 0; } 100% { left: 0; opacity: 0; } } @-webkit-keyframes slider { 0% { left: 0; opacity: 0; } 2% { opacity: 1; } 20% { left: 0; opacity: 1; } 21% { opacity: 0; } 24% { opacity: 0; } 25% { left: -768px; opacity: 1; } 45% { left: -768px; opacity: 1; } 46% { opacity: 0; } 48% { opacity: 0; } 50% { left: -1536px; opacity: 1; } 70% { left: -1536px; opacity: 1; } 72% { opacity: 0; } 74% { opacity: 0; } 75% { left: -2304px; opacity: 1; } 95% { left: -2304px; opacity: 1; } 97% { left: -2304px; opacity: 0; } 100% { left: 0; opacity: 0; } } @keyframes slider { 0% { left: 0; opacity: 0; } 2% { opacity: 1; } 20% { left: 0; opacity: 1; } 21% { opacity: 0; } 24% { opacity: 0; } 25% { left: -768px; opacity: 1; } 45% { left: -768px; opacity: 1; } 46% { opacity: 0; } 48% { opacity: 0; } 50% { left: -1536px; opacity: 1; } 70% { left: -1536px; opacity: 1; } 72% { opacity: 0; } 74% { opacity: 0; } 75% { left: -2304px; opacity: 1; } 95% { left: -2304px; opacity: 1; } 97% { left: -2304px; opacity: 0; } 100% { left: 0; opacity: 0; } } h2{ font-family: sans-serif; font-weight: normal; } .malasngoding-slider { border: 10px solid #efefef; position: relative; overflow: hidden; background: #efefef; } .malasngoding-slider { margin:20px auto; width: 768px; height: 450px; } .isi-slider img { width: 768px; height: 450px; float: left; } .isi-slider { position: absolute; width:3900px; /*pengaturan durasi lama tampil gambar bisa di atur di bawah ini*/ animation-name:slider; animation-duration:16s; animation-timing-function: ease-in-out; animation-iteration-count:infinite; -webkit-animation-name:slider; -webkit-animation-duration:16s; -webkit-animation-timing-function: ease-in-out; -webkit-animation-iteration-count:infinite; -moz-animation-name:slider; -moz-animation-duration:16s; -moz-animation-timing-function: ease-in-out; -moz-animation-iteration-count:infinite; -o-animation-name:slider; -o-animation-duration:16s; -o-animation-timing-function: ease-in-out; -o-animation-iteration-count:infinite; } /*saat gambar di hover oleh cursor mouse maka berhenti slide*/ .isi-slider:hover { -webkit-animation-play-state:paused; -moz-animation-play-state:paused; -o-animation-play-state:paused; animation-play-state:paused; } } .isi-slider img { float: right; } .malasngoding-slider:after { font-size: 150px; position: absolute; z-index: 12; color: rgba(255,255,255, 0); left: 300px; top: 80px; -webkit-transition: 1s all ease-in-out; -moz-transition: 1s all ease-in-out; transition: 1s all ease-in-out; } .malasngoding-slider:hover:after { color: rgba(255,255,255, 0.6); } @-moz-keyframes slider { 0% { left: 0; opacity: 0; } 2% { opacity: 1; } 20% { left: 0; opacity: 1; } 21% { opacity: 0; } 24% { opacity: 0; } 25% { left: -768px; opacity: 1; } 45% { left: -768px; opacity: 1; } 46% { opacity: 0; } 48% { opacity: 0; } 50% { left: -1536px; opacity: 1; } 70% { left: -1536px; opacity: 1; } 72% { opacity: 0; } 74% { opacity: 0; } 75% { left: -2304px; opacity: 1; } 95% { left: -2304px; opacity: 1; } 97% { left: -2304px; opacity: 0; } 100% { left: 0; opacity: 0; } } @-webkit-keyframes slider { 0% { left: 0; opacity: 0; } 2% { opacity: 1; } 20% { left: 0; opacity: 1; } 21% { opacity: 0; } 24% { opacity: 0; } 25% { left: -768px; opacity: 1; } 45% { left: -768px; opacity: 1; } 46% { opacity: 0; } 48% { opacity: 0; } 50% { left: -1536px; opacity: 1; } 70% { left: -1536px; opacity: 1; } 72% { opacity: 0; } 74% { opacity: 0; } 75% { left: -2304px; opacity: 1; } 95% { left: -2304px; opacity: 1; } 97% { left: -2304px; opacity: 0; } 100% { left: 0; opacity: 0; } } @keyframes slider { 0% { left: 0; opacity: 0; } 2% { opacity: 1; } 20% { left: 0; opacity: 1; } 21% { opacity: 0; } 24% { opacity: 0; } 25% { left: -768px; opacity: 1; } 45% { left: -768px; opacity: 1; } 46% { opacity: 0; } 48% { opacity: 0; } 50% { left: -1536px; opacity: 1; } 70% { left: -1536px; opacity: 1; } 72% { opacity: 0; } 74% { opacity: 0; } 75% { left: -2304px; opacity: 1; } 95% { left: -2304px; opacity: 1; } 97% { left: -2304px; opacity: 0; } 100% { left: 0; opacity: 0; } }

WHAT WE DO

We've been developing corporate tailored services for clients for 30 years.

CONTACT US

For enquiries you can contact us in several different ways. Contact details are below.

dirumah aja

  • Street :Road Street 00
  • Person :Person
  • Phone :+045 123 755 755
  • Country :POLAND
  • Email :contact@heaven.com

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.