This commit is contained in:
mynah
2018-07-18 04:28:26 -05:00
parent 0a7d71e21c
commit 4f0061cd7d
61 changed files with 1396 additions and 43 deletions

View File

@@ -0,0 +1,27 @@
article#achat{
text-align:center;
}
article#achat > div{
margin:10px auto;
}
div.chat{
background-color: var(--red-color,#c22a39);
padding:20px 0px;
margin:15px 0px;
border-radius:5px;
min-width:200px;
color:white;
text-align:center;
max-width:250px;
}
div.chat:hover{
font-size:1.2em;
padding:22px 3px;
margin:13px -3px;
cursor:pointer;
}