bill 3 years ago
parent
commit
bd1c55b8f0
  1. 29
      public/css/index.css

29
public/css/index.css

@ -256,3 +256,32 @@
.footer {
background: url('../img/sdtttr.png') no-repeat;
background-size: 100% 100%;
height: 90px;
width: 100%;
position: relative;
}
.footer-cert {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.footer-cert,
.footer-cert a {
color: #fff;
}
.active {
color: #edb183 !important;
}
.footer-item {
display: block;
text-align: center;
}
Loading…
Cancel
Save