mirror of
https://github.com/Akif9748/akf-forum.git
synced 2024-11-01 03:25:04 +03:00
Create user.css
This commit is contained in:
parent
8b91d8d182
commit
a9fe56bb6b
1 changed files with 27 additions and 0 deletions
27
public/css/user.css
Normal file
27
public/css/user.css
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
.title {
|
||||||
|
color: #4d18e6;
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content{
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
box-shadow: 0 0 5px 0 #bebebe;
|
||||||
|
max-width: 900px;
|
||||||
|
margin: 0 auto;
|
||||||
|
padding:10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.box{
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 800px;
|
||||||
|
width:100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.box-title, .box-value{
|
||||||
|
color: #606060;
|
||||||
|
font-weight: 300;
|
||||||
|
}
|
Loading…
Reference in a new issue