car_deal_util/code/web/car_dealer/css/app.css

28 lines
542 B
CSS
Raw Normal View History

2022-11-12 16:31:39 +00:00
/*
* @Author: Kane
* @Date: 2022-11-12 23:32:20
* @LastEditors: Kane
2022-11-16 10:03:17 +00:00
* @LastEditTime: 2022-11-16 11:08:23
2022-11-12 16:31:39 +00:00
* @FilePath: \car_dealer\css\app.css
* @Description:
*
* Copyright (c) ${2022} by Kane, All Rights Reserved.
*/
@import url("colors.css");
body {
background-color: var(--backupground-color);
padding: 50px;
}
.content {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background-color: #fff;
width: 25rem;
margin: 0px auto;
border-radius: 5px;
}