Task7/TestProject/public/css/style.css

16 lines
297 B
CSS
Raw Permalink Normal View History

2023-11-08 14:23:03 +03:00
.modal{
padding: 50px;
background: #FFFFFF;
position: fixed; top: 50%; left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
input{
font-size: 36px;
height: 36px;
width: 500px;
}
.center {
text-align: center;
}