ConstantCoder's picture
Update style.css
ebd053d verified
raw
history blame
410 Bytes
#attack-simulator {
margin: 20px;
padding: 20px;
background-color: #fff;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
button {
margin: 10px;
padding: 10px 20px;
background-color: #dd3333;
color: white;
border: none;
border-radius: 4px;
cursor: pointer;
}
button:hover {
background-color: #6b1515;
}
#attack-result {
margin-top: 20px;
}