diff --git a/note.php b/note.php index d05c7b5..ed500a3 100644 --- a/note.php +++ b/note.php @@ -142,7 +142,7 @@ -
+
diff --git a/style.css b/style.css index b027f52..22e277f 100644 --- a/style.css +++ b/style.css @@ -33,8 +33,12 @@ a { border: none; outline: none; margin-top: 10px; - color: inherit; - width: 80%; + color: grey; + width: 500px; +} + +::placeholder { + color: lightgrey; } input[type="submit"] {