diff --git a/12/style.css b/12/style.css index af6af74..897d2c7 100644 --- a/12/style.css +++ b/12/style.css @@ -421,13 +421,13 @@ a:hover{ #etherpad { text-align: center; white-space: pre-wrap; - height: 80%; - width: 98%; + width: 100px; + height: 100px; font-family: Roboto Mono; color: white; overflow-y: hidden; margin-bottom: 20px; - margin-top: 100px; + margin-top: 20px; font-size: 25px; background-color: black; position: relative; @@ -442,14 +442,14 @@ a:hover{ width: 800px; height: 500px; border: none; - background-color: none; + background-color: black; + position: relative; + border: 3px white solid; } iframe.hidden { display:none; overflow: hidden; - width: 100px; - height: 100px; } #resources_05 {