Skip to content

Latest commit

 

History

History
executable file
·
13 lines (12 loc) · 217 Bytes

10.1css.md

File metadata and controls

executable file
·
13 lines (12 loc) · 217 Bytes

Criar o /var/www/html/app-mvc/public/css/custom.css

.navbar-dark .navbar-nav .nav-link {
    color: #a1e1ed;
}
.center-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 20%;
}