diff --git a/src/assets/style/main.css b/src/assets/style/main.css new file mode 100644 index 0000000..9c9991c --- /dev/null +++ b/src/assets/style/main.css @@ -0,0 +1,45 @@ +body{ + margin: 0; +} +nav{ + display: flex; + justify-content: center; + padding: 10px 0; + border-bottom: 1px solid #000000; +} +nav ul { + display: flex; + list-style: none; + margin: 0; + padding: 0; + gap: 30px; +} +nav a{ + text-decoration: none; + color: black; +} +nav a:hover{ + text-decoration: underline; +} +header{ + text-align: center; +} +header h1{ + margin-bottom: 0; +} +form{ + display: flex; + justify-content: center; + margin-top: 20px; + width: 100%; +} +form button{ + margin-left: 10px; +} +form input{ + width: 80%; +} +footer{ + text-align: center; + margin-top: 20px; +} \ No newline at end of file diff --git a/src/assets/style/navbar.css b/src/assets/style/navbar.css new file mode 100644 index 0000000..317191a --- /dev/null +++ b/src/assets/style/navbar.css @@ -0,0 +1,20 @@ +nav{ + display: flex; + justify-content: center; + padding: 10px 0; + border-bottom: 1px solid #000000; +} +nav ul { + display: flex; + list-style: none; + margin: 0; + padding: 0; + gap: 30px; +} +nav a{ + text-decoration: none; + color: black; +} +nav a:hover{ + text-decoration: underline; +} diff --git a/src/index.html b/src/index.html index ded9af2..dac4fa4 100644 --- a/src/index.html +++ b/src/index.html @@ -20,8 +20,16 @@ limitations under the License. Seekra + +

Seekra