diff --git a/styles.css b/styles.css index 8636480..611896b 100644 --- a/styles.css +++ b/styles.css @@ -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; +}