Actualizar 'index.html'

This commit is contained in:
lucas~micro-space 2021-03-24 23:12:14 +00:00
parent ef39087aba
commit 94fd5f852c
1 changed files with 2 additions and 12 deletions

View File

@ -2,18 +2,8 @@
<html lang="en-US">
<head>
<style>
body {
text-align: center;
padding: 20px 10%;
background: black;
color: green;
font-family: monospace;
}
div.pweb {
background: #212121;
border-radius: 5px;
border: solid green;
}
body{text-align:center; padding:20px 10%; font-weight:bold; background: black; color:green; font-family:monospace;}
div.pweb{background:#191919; border-radius:5px; border:solid green;}
@media only screen and (max-width: 600px) {
body{padding:10px 50px;}
}