en el moras
This commit is contained in:
27
public/home/admin/candySwitch/cssMain.css
Executable file
27
public/home/admin/candySwitch/cssMain.css
Executable 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;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user