×

İletişim Formu


Javascript Ripple Dalga Efekti

5/16/2019
Etiketler :
<!DOCTYPE html>
<html>
<head>
<title>Ripple Dalga Efekti</title>
<style>
body {
    font-family:-apple-system,BlinkMacSystemFont,"Roboto","Segoe UI","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    text-align: center;
}
 a{
    color:#fff;
    text-decoration:none
}
 h1 {
    font-size:1.5em
}
 .button {
     font-weight: 500;
     color: #fff;
     width: 80px;
     padding: 0.8em 1em;
     margin: 1em 0;
     border: none;
     outline: none;
     cursor: pointer;
     text-align: center;
}
 .button.red{
    background:#F44336;
}
 .button.green{
    background:#4CAF50
}
 .button.black{
    background:#444
}
 .container{
    margin:auto;
    text-align:center
}
 
YENİ YAYIN
ÖNCEKİ YAYIN

"Javascript Ripple Dalga Efekti" 0 Yorum yapıldı.

Yorum Gönder

×