diff --git a/index.html b/index.html index 6eeb7fe..165b7e5 100644 --- a/index.html +++ b/index.html @@ -10,8 +10,6 @@ -
-

diff --git a/style.css b/style.css index f1971da..3328eff 100644 --- a/style.css +++ b/style.css @@ -59,7 +59,7 @@ h1{ position: absolute; z-index: 0; display: grid; - grid-template-columns: 1fr 1fr 1fr; + grid-template-columns: minmax(0, 200px) auto minmax(0, 200px); grid-gap: 20px; height:660px; width: 1100px; @@ -68,12 +68,6 @@ h1{ transform: translate(-50%,-50%); } -.ads2{ - width: 200px; - height: 640px; - - padding: 10px; -} #cnv{