This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.
reValuate/style2.css

30 lines
638 B
CSS
Raw Permalink Normal View History

2021-02-25 13:20:00 +02:00
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
.fancyButton {
border: 2px solid green;
background-color: transparent;
padding: 10px 12px;
text-align: center;
border-radius: 55px;
transition-duration: 0.4s;
color: black;
outline: none;
font-family: 'Roboto', sans-serif !important;
font-size: 50px;
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.fancyButton:hover {
background-color: green;
color: white;
}
button:focus {
outline: none;
}
button {
margin: 50px 50px 50px 50px;
width: 850px;
height: 700px;
}