diff --git a/CSS/expanded.css b/CSS/expanded.css index 00ad5c8..3087033 100644 --- a/CSS/expanded.css +++ b/CSS/expanded.css @@ -1,5 +1,5 @@ /* HTML items */ -.Embed, img, video { +img, video { border-style: solid; border-radius: 1%; @@ -8,6 +8,13 @@ width: 45%; } +.Embed { + border-style: solid; + border-radius: 1%; + + background-color: yellow; +} + /* Classes */ .Handle { background-color: white; diff --git a/CSS/index.css b/CSS/index.css index 1207c5b..f35e0a3 100644 --- a/CSS/index.css +++ b/CSS/index.css @@ -216,7 +216,7 @@ html { } /* Footer things */ -.Setting, .Posting, .Mail { +.Setting, .Posting, .Mail, .Feed { margin-top: 30px; border-style: solid; @@ -226,12 +226,12 @@ html { height: 100px; } -.Time { - font-size: 4ch; +.Mail, .Setting { + margin-right: 5%; } -.Posting { - margin-right: 5%; +.Time { + font-size: 4ch; } .MainFooter { diff --git a/HTML/post.html b/HTML/post.html index 15dc869..236e259 100644 --- a/HTML/post.html +++ b/HTML/post.html @@ -27,6 +27,7 @@ +

POST!