diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..6f3a2913 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/index.css b/index.css new file mode 100644 index 00000000..3dec0800 --- /dev/null +++ b/index.css @@ -0,0 +1,33 @@ +body { + text-align: center; + background: black; + color: lime; +} + +#searchtext{ + margin: 0 auto; + margin-top: 30vh; + display: flex; + flex-direction: column; + width: 200px; +} + +div { + margin: 50px auto; + height: 400px; + width: 400px; +} + +#img-div > img { + height: 400px; + width: 400px; + object-fit: cover; +} + +#stop{ + margin: 0 auto; + display: flex; + flex-direction: column; + width: 105px; + justify-content: center; +} \ No newline at end of file diff --git a/index.html b/index.html index 695897ea..ac246c7d 100644 --- a/index.html +++ b/index.html @@ -3,9 +3,26 @@
-