<!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
}
Yorum Gönder