diff --git a/12/style.css b/12/style.css index 494d14f..c86877d 100644 --- a/12/style.css +++ b/12/style.css @@ -322,20 +322,6 @@ a:hover{ font-family: Roboto Mono; } -#resources_05 { - white-space: pre-wrap; - height: 100%; - width: 45%; - color: white; - font-size: 14px; - overflow-y: auto; - background: black; - margin: 0px; - border: 10px solid white; - float: left; - margin-left: 50px; - font-family: Roboto Mono; -} #resources iframe { @@ -346,6 +332,8 @@ a:hover{ position: relative; } + + #week_04{ width: 43%; margin: 0px; @@ -435,6 +423,29 @@ a:hover{ border: none; background-color: none; } + + +#resources_05 { + white-space: pre-wrap; + height: 100%; + width: 45%; + color: white; + font-size: 14px; + overflow-y: auto; + background: black; + margin: 0px; + border: 10px solid white; + float: left; + margin-left: 50px; + font-family: Roboto Mono; +} - + +#resources_05 iframe { + width: 100%; + height: 100%; + border: 1px solid #FAF0E6; + background-color: none; + position: relative; +} \ No newline at end of file