| | |
| | | html,body { |
| | | height: 100%; |
| | | } |
| | | .nav { |
| | | width: 100%; |
| | | height: 90px; |
| | | line-height: 90px; |
| | | list-style: none; |
| | | color: #fff; |
| | | position: fixed; |
| | | text-align: center; |
| | | letter-spacing:3px; |
| | | /*.nav {*/ |
| | | /* width: 100%;*/ |
| | | /* height: 90px;*/ |
| | | /* line-height: 90px;*/ |
| | | /* list-style: none;*/ |
| | | /* color: #fff;*/ |
| | | /* position: fixed;*/ |
| | | /* text-align: center;*/ |
| | | /* letter-spacing:3px;*/ |
| | | |
| | | } |
| | | /*}*/ |
| | | .right { |
| | | float: right; |
| | | margin-right: 1%; |
| | |
| | | transform: translateY(0px); |
| | | } |
| | | /* Effect 1: Brackets 👆*/ |
| | | .sidebar ul { |
| | | font-size: 20px; |
| | | font-weight: 500; |
| | | padding-left: 5%; |
| | | /*.sidebar ul {*/ |
| | | /* font-size: 20px;*/ |
| | | /* font-weight: 500;*/ |
| | | /* padding-left: 5%;*/ |
| | | |
| | | } |
| | | .sidebar a { |
| | | text-decoration: none; |
| | | /*color: #cbcbcb;*/ |
| | | } |
| | | /*}*/ |
| | | /*.sidebar a {*/ |
| | | /* text-decoration: none;*/ |
| | | /* !*color: #cbcbcb;*!*/ |
| | | /*}*/ |
| | | |
| | | .sidebar a:hover { |
| | | color: rgb(255, 148, 111); |
| | | } |
| | | /*.sidebar a:hover {*/ |
| | | /* color: rgb(255, 148, 111);*/ |
| | | /*}*/ |
| | | |
| | | |
| | | |