leilukin-site/mycreations/mycreations.css

21 lines
441 B
CSS
Raw Normal View History

2023-06-15 09:18:46 +00:00
@import url("/main.css");
.linkBtn {
font: 1.3rem 'Source Sans Pro', Arial, sans-serif;
border: 2px solid #BA6FE8;
border-radius: 10px;
padding: 12px 16px;
margin: 0.25em 0.15em;
background-color: #241445;
color: #BA6FE8;
cursor: pointer;
font-weight: 700;
text-transform: uppercase;
}
.linkBtn:hover {
cursor:pointer;
color: white;
background-color: #BA6FE8;
transition: 0.5s;
}