css component header
This commit is contained in:
parent
5df6f6f46e
commit
88fd522f00
@ -2,9 +2,9 @@
|
||||
<div class="container-fluid">
|
||||
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
|
||||
<div class="navbar-nav">
|
||||
<img routerLink="accueil" routerLinkActive="active-custom" class="nav-link" style="max-height: 12% ; max-width: 12%" src="../../../assets/images/logo-organizee.png"/>
|
||||
<img id="img" routerLink="accueil" routerLinkActive="active-custom" src="../../../assets/images/logo-organizee.png"/>
|
||||
</div>
|
||||
</div>
|
||||
<a class="navbar-brand" href="#">Organizee</a>
|
||||
</div>
|
||||
</nav>
|
||||
</nav>
|
||||
|
@ -1,4 +1,33 @@
|
||||
.navbar-brand {
|
||||
position: absolute;
|
||||
margin-left: 10%;
|
||||
margin-left: 12%;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 3rem;
|
||||
color: #5d5fef;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #5d5fef;
|
||||
}
|
||||
|
||||
a:focus {
|
||||
border-bottom: 1px solid;
|
||||
background: #a5a6f6;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #7879f1;
|
||||
}
|
||||
|
||||
a:active {
|
||||
color: #5d5fef;
|
||||
}
|
||||
|
||||
.navbar-nav {
|
||||
height: 6rem;
|
||||
}
|
||||
|
||||
#img {
|
||||
margin-left: 50%;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user