29 lines
545 B
CSS
29 lines
545 B
CSS
|
/*
|
||
|
* @Author: Kane
|
||
|
* @Date: 2022-11-12 23:32:20
|
||
|
* @LastEditors: Kane
|
||
|
* @LastEditTime: 2022-12-05 00:09:46
|
||
|
* @FilePath: \hello-cli\public\css\page.css
|
||
|
* @Description:
|
||
|
*
|
||
|
* Copyright (c) ${2022} by Kane, All Rights Reserved.
|
||
|
*/
|
||
|
|
||
|
body {
|
||
|
background-color: #f4f5f7;
|
||
|
padding: 0px;
|
||
|
margin: 0px;
|
||
|
}
|
||
|
|
||
|
/* .content {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
background-color: #fff;
|
||
|
width: 25rem;
|
||
|
margin: 0px auto;
|
||
|
border-radius: 5px;
|
||
|
padding: 50px;
|
||
|
} */
|