19 lines
294 B
CSS
19 lines
294 B
CSS
.downlaod a{
|
|
color: white;
|
|
background: black;
|
|
height: 60px;
|
|
width: 200px;
|
|
text-decoration: none;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-left: 900px;
|
|
margin-top: 100px;
|
|
border: 1px solid #892cdc;
|
|
|
|
}
|
|
|
|
a .maillecteur{
|
|
text-decoration: none;
|
|
color: #fff;
|
|
} |