From c7274fe87c5a79cbf1c99e23151e8d8b9c0b913e Mon Sep 17 00:00:00 2001 From: Max Lehmann Date: Mon, 8 Jun 2020 14:53:59 +0200 Subject: [PATCH] Update '12/style.css' --- 12/style.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/12/style.css b/12/style.css index 39e4662..b6d6162 100644 --- a/12/style.css +++ b/12/style.css @@ -322,6 +322,23 @@ a:hover{ font-family: Roboto Mono; } +#resources_05 { + white-space: pre-wrap; + height: 50%; + width: 45%; + color: black; + font-size: 14px; + overflow-y: auto; + background: #FAF0E6; + margin: 0px; + border: 10px solid black; + float: left; + margin-left: 50px; + font-family: Roboto Mono; + border: 1px solid #FAF0E6; +} + + #resources iframe { width: 100%; height: 100%;