Actualizar 'index.html'

This commit is contained in:
lucas~micro-space 2021-03-24 23:06:20 +00:00
parent 0d9748d6de
commit ef39087aba
1 changed files with 6 additions and 3 deletions

View File

@ -4,12 +4,15 @@
<style>
body {
text-align: center;
padding: 10px 100px;
padding: 20px 10%;
background: black;
color: green;
font-family: monospace;
}
div.pweb {
background: green;
border-radius: 3px;
background: #212121;
border-radius: 5px;
border: solid green;
}
@media only screen and (max-width: 600px) {
body{padding:10px 50px;}