update h1 style and fix typo

This commit is contained in:
edbrz9 2022-12-30 16:01:12 +01:00
parent 2d78a5b76d
commit 33f50c55c6
2 changed files with 5 additions and 1 deletions

View File

@ -27,3 +27,7 @@ body {
a { a {
text-decoration: none; text-decoration: none;
} }
h1 {
font-size: 4rem;
}

View File

@ -11,7 +11,7 @@
<div id="root"> <div id="root">
<main class="homepage"> <main class="homepage">
<h1>Y2TPrompt</h1> <h1>YT2Prompt</h1>
<form method="post" action="handler.php"> <form method="post" action="handler.php">
<section class="input"> <section class="input">
<input type="text" placeholder="YouTube URL" id="url" name="url"> <input type="text" placeholder="YouTube URL" id="url" name="url">