message de retour à l'envoi du jeton Google
This commit is contained in:
parent
979d577d2a
commit
1cb3a692ef
10 changed files with 74 additions and 18 deletions
|
|
@ -58,12 +58,17 @@ fieldset, .performer {
|
|||
}
|
||||
|
||||
h1 {
|
||||
background-color: rgba(256,256,256,.2);
|
||||
background-color: rgba(0,0,0,.2);
|
||||
padding: 1em;
|
||||
color:white;
|
||||
transition: color 1s;
|
||||
}
|
||||
|
||||
main h1 {
|
||||
background-color: rgba(256,256,256,.3);
|
||||
padding: 1em;
|
||||
color:black;
|
||||
transition: color 1s;
|
||||
}
|
||||
.postpreview {
|
||||
background-color: rgba(233,233,233,0.8);
|
||||
animation-name: slideInDown;
|
||||
|
|
|
|||
|
|
@ -58,12 +58,19 @@ fieldset, .performer {
|
|||
}
|
||||
|
||||
h1 {
|
||||
background-color: rgba(256,256,256,.2);
|
||||
background-color: rgba(0,0,0,.2);
|
||||
padding: 1em;
|
||||
color:white;
|
||||
transition: color 1s;
|
||||
}
|
||||
|
||||
main h1 {
|
||||
background-color: rgba(256,256,256,.3);
|
||||
padding: 1em;
|
||||
color:black;
|
||||
transition: color 1s;
|
||||
}
|
||||
|
||||
.postpreview {
|
||||
background-color: rgba(233,233,233,0.8);
|
||||
animation-name: slideInDown;
|
||||
|
|
|
|||
|
|
@ -45,6 +45,7 @@ main {
|
|||
display: block;
|
||||
text-align: center;
|
||||
}
|
||||
.post { text-align: left; }
|
||||
main video, main img {
|
||||
max-width:100%;
|
||||
max-height:75%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue