MediaWiki: Common.css : Différence entre versions
De ECU
Ligne 2 : | Ligne 2 : | ||
width: 100%; | width: 100%; | ||
text-align: center; | text-align: center; | ||
− | color: # | + | color: #f9ca24; |
} | } | ||
Version du 19 avril 2019 à 15:50
.button_container{ width: 100%; text-align: center; color: #f9ca24; } #button_modal { height: 50px; width: 300px; background-color:#4a69bd; color: #ffffff; font-family: helvetica; font-size: 20px; border: none; cursor: pointer; margin-left: 250px; } #modal { height: 150px; width: 30%; background-color: #eb4d4b; font-family: helvetica; text-align: center; color: #ffffff; position: absolute; top: 200px; left: 35%; }