|
|
|
@ -2,6 +2,18 @@
|
|
|
|
|
<!DOCTYPE html> |
|
|
|
|
<html lang="es"> |
|
|
|
|
<head> |
|
|
|
|
<style> |
|
|
|
|
* { font-family:Arial;} |
|
|
|
|
body { background:#000; color:#fff; margin:0 10vw;} |
|
|
|
|
h1,h2,h3 {padding:12px 10px;color:#0f0;} |
|
|
|
|
strong {color:#0f0;} |
|
|
|
|
p { padding:12px 10px;} |
|
|
|
|
p.error {background:#f00;} |
|
|
|
|
input { border:0; background-color:transparent;color:#fff;border-bottom:1px solid #fff; margin-bottom:24px; padding:12px 10px; width:100%;} |
|
|
|
|
input[type=submit] { border:0;font-size:1.2em; cursor:pointer; background:#fff;color:#000;transition:0.1s;} |
|
|
|
|
input[type=submit]:hover { background:#0f0;} |
|
|
|
|
footer { font-size:0.8em; padding:12px 10px; opacity:0.8;} |
|
|
|
|
</style> |
|
|
|
|
<link href="/css/style.css" rel="stylesheet"> |
|
|
|
|
</head> |
|
|
|
|
<body> |
|
|
|
|