Commit 3f38d84a by Georgina Mondino

Estilos botones resuelto

1 parent f79b7e34
...@@ -44,22 +44,22 @@ body{ ...@@ -44,22 +44,22 @@ body{
} }
.NewTabButton{ .NewTabButton{
font-size:45px; font-size:45px;
width: 10%; width: 90px;
height: 10%; height: 90px;
border: 3px solid rgb(0, 88, 170); border: 3px solid rgb(0, 88, 170);
background-color: rgb(0, 102, 255); background-color: rgb(0, 102, 255);
} }
.NewInputButton { .NewInputButton {
font-size: 25px; font-size: 25px;
width: 4.6%; width: 40px;
height:4.5%; height: 40px;
margin: 1%; margin: 1%;
border: 3px solid rgb(1, 194, 120); border: 3px solid rgb(1, 194, 120);
background-color: rgb(14, 211, 135); background-color: rgb(14, 211, 135);
} }
.RemoveInputButton{ .RemoveInputButton{
width: 4.1%; width: 40px;
height:4%; height: 40px;
margin: 1%; margin: 1%;
font-size: 20px; font-size: 20px;
border: 3px solid rgb(230, 25, 25); border: 3px solid rgb(230, 25, 25);
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!