Commit 17ad80fc by Tu Nombre

mejora CSS

1 parent 340e78c5
......@@ -58,6 +58,18 @@ td {
background-color: #4CAF50;
border-radius: 5px;
border: none;
color: black;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
}
.AdminButton {
background-color: rgb(69, 16, 168);
border-radius: 5px;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
......@@ -66,6 +78,18 @@ td {
font-size: 16px;
}
.PeligroButton {
background-color: rgb(216, 24, 24);
border-radius: 5px;
border: none;
color: black;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
}
.loginB {
position: absolute;
top: 50;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!