IconGroupAtempt

This commit is contained in:
ivan gomes
2021-11-19 08:51:10 +01:00
parent e622acc98e
commit d8fcd32b3b
9 changed files with 165 additions and 49 deletions
@@ -1,9 +1,6 @@
ion-content {
--background:black;
--color: red;
}
ion-footer {
margin-bottom: 10px;
@@ -19,4 +16,17 @@ ion-slides {
// background-color: rgb(255, 72, 0);
}
.cardconteudo {
background: rgba(255,255,255,0.5);
}
.whiter{
color: white;
}
.right{
float: right;
}
.center{
clear: both;
}