Files
shop-ejs-expressjs/static/css/style.css
2022-03-28 14:03:53 +02:00

38 lines
582 B
CSS

*{
font-family: Arial, Helvetica, sans-serif;
}
html,body{
min-height: 100% !important;
height: 100%;
}
h1{
text-align: center;
}
#error-text{
color: red;
font-weight: bold;
letter-spacing: 1.5px;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
width: 100%;
display:block;
text-align: center;
}
.text-redirect{
color: rgb(0, 99, 156);
font-size: 0.8em;
text-align: center;
width: 100%;
font-weight: bold;
margin-left: auto;
margin-right: auto;
display: block;
padding-top: 10px;
}