Files
shop-ejs-expressjs/static/css/account.css
2022-03-30 11:02:31 +02:00

42 lines
747 B
CSS

#account-info{
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 60px;
margin-bottom: 60px;
border-bottom: 2px solid rgb(104, 117, 151);
padding-left: 20px;
}
#account-info p{
height: 30px;
}
h4{
text-align: left;
margin-top: 10px;
margin-bottom: 5px;
}
#order-info{
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 60px;
margin-bottom: 60px;
border-bottom: 2px solid rgb(104, 117, 151);;
}
#order-info table{
width: 100%;
border-collapse: collapse;
border-spacing: 0;
border: 1px solid rgb(104, 117, 151);
text-align: center;
border:0;
}
#order-info table tr{
height: 50px;
border-bottom: 1px solid grey;
}