diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6f3a291 --- /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 0000000..acc8d61 --- /dev/null +++ b/index.css @@ -0,0 +1,34 @@ +body{ + background-color: black; + display: flex; + flex-direction: column; + align-items: center; + color: white; +} +header{ + background-color: green; + display: flex; + justify-content: space-between; + font-family: fantasy; + height: 150px; + width: 70%; + padding: 0 30px; + margin-bottom: 20px; +} +main{ + display: none; + width: 70%; + display: flex; +} +header > img{ + height: 100px; +} +#all-characters{ + display: flex; + overflow:scroll; + width: 70%; + margin: auto; +} +input{ + width: 380px; +} diff --git a/index.html b/index.html index 248ffe9..100923d 100644 --- a/index.html +++ b/index.html @@ -3,9 +3,33 @@
- + + + +
+