Files
shop-ejs-expressjs/static/style.css
j.mei7 1f38925581 order
2022-03-26 13:54:51 +01:00

31 lines
515 B
CSS

*{
font-family: Arial, Helvetica, sans-serif;
}
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;
}