Vulnerable-Web-Application/Resources/button.css
2018-11-27 16:35:15 +03:00

14 lines
237 B
CSS

.button button {
color: black;
padding: 10px 20px;
cursor: pointer;
width: 30%;
display: block;
border-radius: 10px;
text-align: center;
margin:0 auto;
}
.button button:hover {
background-color: #60a9d0;
}