Vulnerable-Web-Application/Resources/button.css

14 lines
237 B
CSS
Raw Normal View History

2018-11-27 13:35:15 +00:00
.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;
}