Commit be430ce8 by Luciano Barletta

merged style

1 parent fa304f90
......@@ -44,24 +44,40 @@ body{
}
.NewTabButton{
font-size:45px;
width: 10%;
height: 10%;
width: 90px;
height: 90px;
border: 3px solid rgb(0, 88, 170);
background-color: rgb(0, 102, 255);
}
.NewInputButton {
font-size: 25px;
width: 4.6%;
height:4.5%;
width: 40px;
height: 40px;
margin: 1%;
border: 3px solid rgb(1, 194, 120);
background-color: rgb(14, 211, 135);
}
.RemoveInputButton{
width: 4.1%;
height:4%;
width: 40px;
height: 40px;
margin: 1%;
font-size: 20px;
border: 3px solid rgb(230, 25, 25);
background-color: rgba(211, 14, 14, 0.788);
}
#ContinuarText, #ContinuarButton{
display: none;
}
#ContinuarButton{
font-size: 20px;
border: none;
background-color: rgb(1, 194, 120);
color: rgb(255, 255, 255);
margin: 2%;
text-align: center;
width: 96%;
height: 2.5em;
border-radius: 5px;
}
\ No newline at end of file
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!