diff --git a/css/artstyles.css b/css/artstyles.css index 88fcd5d..11883b1 100644 --- a/css/artstyles.css +++ b/css/artstyles.css @@ -46,6 +46,8 @@ h1{ border: inset 2px; border-color: white; margin-top: 5%; + background-color: white; + color: white; } diff --git a/css/poststyles.css b/css/poststyles.css index d2e6c24..07f02c9 100644 --- a/css/poststyles.css +++ b/css/poststyles.css @@ -35,4 +35,27 @@ h1{ margin-left: auto; margin-right: auto; line-height: 1em; - } \ No newline at end of file + } + + #commentics{ + width: 60%; + margin-left: auto; + margin-right:auto; + border: inset 2px; + border-color: white; + margin-top: 5%; + background-color: white; + color: white; +} + + +/*Undersize.*/ + +@media only screen and (max-width: 800px) { + + #commentics{ + width: 100%; + + } + +} \ No newline at end of file