-
ABOUT BHUPENDRA KUNWAR
Bhupendra is an Internet Marketer, Web Developer and a budding Social Enterpreneur. He is also the founder of eUttaranchal.com & Co-Founder DeeBee Web Services...>> -
Latest Articles
- CSS for Box Shadow
- Backup All of your MySQL Databases using AutoMySQLBackup
- Compress a Folder in Linux using Command line
- Centre Aligning ul with fluid width using css
- Import Excel File into MySQL Database using PHP
- Changing WordPress Site URL using raw MySQL Query
- WordPress: WP Query with Custom Fields
- Themed Login & Register Page for WordPress
- The Power Backup. Is it really?
- URL Rewriting – An Introduction
Browse by Category
Category Archives: CSS
Centre Aligning ul with fluid width using css
If you have your site navigation in ul, li elements and seeking to center align the items to the center of the screen, here is the quick css for that ul.nav{ list-style-type:none; margin:0 auto; display:table; } ul.nav li{ list-style-type:none; display:table-column; … Continue reading
Posted in CSS
Leave a comment