CCS3 Navigation Hover Effect

Developer
Size
1,953 Kb
Views
24,288

How do I make an ccs3 navigation hover effect?

Simple and clean hover effect for navigation buttons or links.. What is a ccs3 navigation hover effect? How do you make a ccs3 navigation hover effect? This script and codes were developed by Adam Grayson on 10 November 2022, Thursday.

CCS3 Navigation Hover Effect Previews

CCS3 Navigation Hover Effect - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>CCS3 Navigation Hover Effect</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <nav> <ul> <li> <div class="item-container"> <div class="item-top">Home</div> <div class="item-bottom">Home</div> </div> </li> <li> <div class="item-container"> <div class="item-top">Work</div> <div class="item-bottom">Work</div> </div> </li> <li> <div class="item-container"> <div class="item-top">About</div> <div class="item-bottom">About</div> </div> </li> <li> <div class="item-container"> <div class="item-top">Contact</div> <div class="item-bottom">Contact</div> </div> </li> </ul>
</nav> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

CCS3 Navigation Hover Effect - Script Codes CSS Codes

@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; box-sizing:border-box;
}
html, body { background:#2D2D2D;
}
nav { font:700 16px/60px 'Lato', sans-serif; width:90%; margin:30px auto 0 auto; background:#242424; overflow:hidden; -webkit-border-radius:8px; -moz-border-radius:8px; -o-border-radius:8px; border-radius:8px;
}
nav ul { height:60px; overflow:hidden;
}
nav ul li { width:25%; float:left; text-align:center;
}
.item-container { top: 0; position:relative; height:120px; cursor:pointer; -webkit-transition: all 0.3s ease;	-moz-transition:	all 0.3s ease;	-o-transition: all 0.3s ease;	transition: all 0.3s ease;
}
.item-container:hover{ top:-60px;
}
.item-top,
.item-bottom { height:60px; position:relative;
}
.item-top { color:#797979;
}
.item-bottom { background:#191919; color:#ffffff;
}
CCS3 Navigation Hover Effect - Script Codes
CCS3 Navigation Hover Effect - Script Codes
Home Page Home
Developer Adam Grayson
Username agrayson
Uploaded November 10, 2022
Rating 4
Size 1,953 Kb
Views 24,288
Do you need developer help for CCS3 Navigation Hover Effect?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Adam Grayson (agrayson) Script Codes
Create amazing Facebook ads with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!