Practice CSS
using the same file(login.html)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Login Page</title>
</head>
<body>
<h1>Login Page</h1>
<p>ID: <input type="text" /></p>
<p>PW: <input type="text" /></p>
<bu...
olliekim.hashnode.dev1 min read