A
Anonymous
Login Page
Can you add a css styling to this html code <!doctype html> <html lang="en"> <head> <meta charset="UTF 8"> <meta name="viewport" content="width=device width, user scalable=no, initial scale=1.0, maximum scale=1.0, minimum scale=1.0"> <meta http equiv="X UA Compatible" content="ie=edge"> <link rel="stylesheet" type="text/css" href="/css/style.css"> <title>Login</title> </head> <body> <main> <a href="/trade/upload">Login</a> <form action="register" method="get" enctype="multipart/form data"> <button type="submit">register</button> </form> </main> </body> </html> using this blue rgb(0,114,162)
Prompt
