Update styles.css

This commit is contained in:
Lucas 2021-09-12 17:59:42 -03:00 committed by GitHub
parent 07b2e6ec64
commit fdc9ee7807
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 0 deletions

View File

@ -22,6 +22,7 @@ header img{
width:40px;
height:40px;
border-radius:15px;
background:white;
}
/* Sub-header */
@ -70,3 +71,21 @@ header img{
width:20px;
height:20px;
}
.e img.cimg{
border-radius:10px;
border: solid 3px rgb(51, 51, 51);
margin: 3px 0 0 0;
background:black;
width:99.70%;
height:300px;
object-fit:none;
text-align:center;
}
.go{
color:white;
height:100%;
text-align:end;
float:right;
font-size:110%;
align-self:center;
}