Style on the anchors

This commit is contained in:
2023-09-22 00:27:41 +02:00
parent 7b0392936e
commit 1bae88cd13

View File

@@ -13,4 +13,23 @@ body {
mat-form-field{ mat-form-field{
width: 100%; width: 100%;
} }
a {
background-color: red;
box-shadow: 0 5px 0 darkred;
color: white;
padding: 0.5em 0.5em;
position: relative;
text-decoration: none;
text-transform: uppercase;
}
a:hover {
background-color: #ce0606;
}
a:active {
box-shadow: none;
top: 5px;
}