mirror of
https://github.com/woodchen-ink/CoverView.git
synced 2025-07-18 14:01:56 +08:00
19 lines
278 B
CSS
19 lines
278 B
CSS
.navbar{
|
|
color:#ffffff;
|
|
padding-left:40px;
|
|
background-color: #6272a4;
|
|
}
|
|
|
|
.logo{height:25px;
|
|
width:25px;
|
|
margin-right:10px;}
|
|
|
|
|
|
footer{
|
|
height:40px;
|
|
text-align: center;
|
|
background-color:#ffffff;
|
|
margin-top:40px;
|
|
padding:10px;
|
|
font-size: 14px;
|
|
} |