Untitled

 avatar
unknown
plain_text
2 years ago
351 B
6
Indexable
.button2
{
  position: relative;
  left: 130px;
  top:10px;
  border: none;
  border-radius: 4px;
  padding-left: 18px;
  padding-right: 18px;
  color: white;
  background: black;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}

.button2:hover
{
  background:darkgrey;
  color:black;
}
Editor is loading...