CSS Menu March 14, 2017 | 1 Comment | Using CSS to design your menu, like Google. HTML Code: Home About Us Picture Blog Contact CSS Code: ul li { list-style: none; } ul li a{ float: left; } Add the css style at ul li a text-decoration: none; color: #666; padding: 6px 15px; border: 1px solid #CCC; background-image: -moz-linear-gradient(-90deg,#f4f4f4 ,#f1f1f1);); margin-right: -1px; Share This: Facebook Twitter Google+ Stumble Digg CSS Tutorial
Good Menu 100% Working Code
ReplyDelete