14 lines
No EOL
174 B
CSS
14 lines
No EOL
174 B
CSS
@charset "utf-8";
|
|
|
|
.entrer {
|
|
text-align:center;
|
|
}
|
|
|
|
.entrer a {
|
|
display:inline-block;
|
|
background:#4FB088;
|
|
color:#fff;
|
|
font-size:1.5em;
|
|
padding:8px;
|
|
border-radius:5px;
|
|
} |