diff --git a/assets/models/thinker.stl b/assets/models/thinker.stl deleted file mode 100644 index 25d565b..0000000 Binary files a/assets/models/thinker.stl and /dev/null differ diff --git a/index.html b/index.html index 1509581..0fbb7a4 100644 --- a/index.html +++ b/index.html @@ -102,17 +102,21 @@

- + diff --git a/style.css b/style.css index 0952b87..b4fea73 100644 --- a/style.css +++ b/style.css @@ -32,6 +32,13 @@ body { display: grid; grid-template-columns: repeat(1, 1fr); } +footer { + margin-top: 100px; + grid-column: 3 / 8; + background-color: rgb(128, 128, 128, 0.5); + border-radius: 10px; + padding: 10%; +} header { grid-column: 2 / 8;