TabletImagesDone

This commit is contained in:
ivan gomes
2021-11-23 16:05:32 +01:00
parent 6ace9c25e5
commit 19da4730e7
7 changed files with 29 additions and 16 deletions
@@ -8,14 +8,20 @@ ion-slides {
.redla{
color: rgb(250, 248, 248);
background-color: rgb(255, 187, 0);
background-color: rgb(255, 238, 0);
border-radius: 120px;
width: 30px;
height: 30px;
}
.blacking{
background-color: rgb(168, 41, 41);
}
.cardconteudo {
background: rgba(255,255,255,0.5);
background: rgb(8, 8, 8);
display: flex;
flex-wrap: wrap;
}
.whiter{