part 3 create a navigation bar in bootstrap and customize these.
my web
hey guys in this video i'm going to show you how to create a navigation bar in bootstrap , and after that how to customize that navigation bar.
please copy these style code from here
*{ padding: 0; margin: 0; } body{ overflow-x: hidden; font-family: 'Open Sans',sans-serif; text-rendering: optimizeLegibility !important; -webkit-font-smoothing:antialiases; } li{ list-style: none; display: inline-block; } a{ text-decoration: none; transition: all .5s ease-in-out; } a:hover a:active{ text-decoration: none; } h1,h2,h4{ font-family: 'PT Sans Narraw',arial,sans-serif; text-transform: uppercase; font-weight: 700; } p{ font-size: 15px;line-height: 21px; } .btn{ transition: all .3s ease-in-out; font-weight: 500 !important; text-transform: uppercase; } .btn:hover{ background: #ededed !important; color: #3c3c3c !important; border: 1px solid #fff; } ... https://www.youtube.com/watch?v=7eZhwhzRtf4
71852898 Bytes