Commit c469ca3a authored by Deokhyun Lee's avatar Deokhyun Lee

now basic css styling has been applied and it looks much cleaner

parent f02aa6b0
......@@ -4,4 +4,24 @@
ul li {
list-style-type: none;
}
h1 {
font-size: 36px;
font-weight: bold;
margin: 0;
color: blue;
}
form {
background-color: blanchedalmond;
}
button {
background-color: #555;
color: white;
padding: 10px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment