Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- * {
- margin: 0;
- padding: 0;
- outline: 0;
- box-sizing: border-box;
- }
- .menu-area li a {
- text-decoration: none;
- }
- .menu-area li {
- list-style-type: none;
- }
- .menu-area{
- width: 80%;
- }
- .main-area{
- padding-top: 15px;
- width: 100%;
- height: 200px;
- }
- nav {
- position: relative;
- width: calc(100% - 60px);
- margin: 0 auto;
- padding: 10px 0;
- background: #333;
- z-index: 1;
- text-align: right;
- padding-right: 2%;
- border-radius: 10px;
- }
- .logo {
- width: 20%;
- height: 200px;
- float: left;
- text-transform: uppercase;
- color: #ffffff;
- font-size: 28px;
- text-align: left;
- padding-left: 2%;
- margin-top: .3%
- }
- .menu-area li {
- display: inline-block;
- }
- .menu-area a {
- color: #ffffff;
- font-family: arial;
- font-weight: 300;
- letter-spacing: 1px;
- text-transform: uppercase;
- display: block;
- padding: 0 25px;
- font-size: 14px;
- line-height: 40px;
- position: relative;
- z-index: 1;
- }
- .menu-area a:hover {
- background: tomato;
- color: #fff;
- }
- .search input{
- position: relative;
- width: 40%;
- left: 28%;
- top: 48%;
- border-radius: 10%;
- border: 2px solid black;
- box-shadow: 1px 2px .2px gray ;
- }
Add Comment
Please, Sign In to add comment