mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-28 13:15:33 +01:00
20 lines
283 B
CSS
20 lines
283 B
CSS
.footer{
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
padding: 0;
|
|
margin: 0;
|
|
width: 100%;
|
|
clear: both;
|
|
background-color: #A8A8A8;
|
|
height: 35px;
|
|
z-index: 2;
|
|
}
|
|
.footer p {
|
|
margin-top: 8px;
|
|
color: #FFFFFF;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
width: 385px;
|
|
}
|