diff --git a/LICENSE b/LICENSE index 1304059..da5b22c 100644 --- a/LICENSE +++ b/LICENSE @@ -70,4 +70,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. +limitations under the License. \ No newline at end of file diff --git a/src/assets/style/style.css b/src/assets/style/style.css new file mode 100644 index 0000000..7addf1e --- /dev/null +++ b/src/assets/style/style.css @@ -0,0 +1,29 @@ +body{ + margin: 0; +} +header{ + text-align: center; +} + +h1{ + margin-bottom: 0; +} + +h3{ + margin-top: 0; +} + +#searchbar{ + text-align: center; +} +#searchbar input[type="search"]{ + width: 60%; + margin-bottom: 10px; +} +footer{ + justify-content: center; + margin-top: 100px; + display: flex; + gap: 20px; + border-top: 1px solid; +} \ No newline at end of file diff --git a/src/index.html b/src/index.html new file mode 100644 index 0000000..ac3990b --- /dev/null +++ b/src/index.html @@ -0,0 +1,40 @@ + + + +
+ + + +