| | |
| | | .NavBox { |
| | | width: 100%; |
| | | height: 100%; |
| | | background-image: url("../../assets/img/menu/navbg.jpg"); |
| | | background-image: url("../../assets/img/menu/navbg.png"); |
| | | background-repeat: no-repeat; |
| | | background-size: 100% 100%; |
| | | /*background-image: linear-gradient(rgb(34, 33, 33), rgb(27, 31, 78));*/ |
| | |
| | | background: url("../img/LOGO.png") no-repeat center; */ |
| | | width: 18%; |
| | | height: 50px; |
| | | background: url("../img/menu/navtitle.png") no-repeat center center; |
| | | /* background: url("../img/menu/navtitle.png") no-repeat center center; */ |
| | | background-size: 100% 100%; |
| | | } |
| | | |