CSS Programming for Wordpress Website Part9 March 12, 2017 0 comments Gradient HTML Code: <!DOCTYPE html> <head> <title>Untitled Document</title> <link href="css/Gradien...
CSS Programming for Wordpress Website Part8 March 09, 2017 0 comments Introduction 11/03/17 Page Active Menu: Page Active menu is very essential for a website. Index Page: Home is index page. It is...
CSS Programming for Wordpress Website Part7 March 09, 2017 0 comments Introduction Date: 04/03/17: Internet browser is indicate by different code e.g. MS =Microsoft Internet Explorer Moz = Mozzila O...
CSS Programming for Wordpress Website Part4 February 28, 2017 0 comments Basic Layout HTML Code: <!doctype html - 13/02/17> <html> <head> <meta charset="utf-8"> <title&...
CSS Programming for Wordpress Website Part3 February 28, 2017 0 comments Template Layout HTML Code: <!doctype html - 11/02/17 - We will user google font in this article> <html> <head> <...
CSS Programming for Wordpress Website Part2 February 28, 2017 0 comments Introduction: Main layout: Wrapper, Container Margin: 0 Auto Menu: Menu have different name Nav/Menu Nav/Menu ul Nav/Menu l...
CSS Programming for Wordpress Website Part6 February 28, 2017 0 comments HTML Code: <!doctype html - 27/02/17> <html> <head> <meta charset="utf-8"> <title>Untitled Do...
CSS Programming for Wordpress Website Part5 February 26, 2017 0 comments Introduction: 25/02/17: We can make drop down menu by coding. For this insert the menu code inside of div ><. We can use spray me...
CSS Programming for Wordpress Website Part1 February 23, 2017 0 comments CSS Code (04/02/2017): @charset "utf-8"; /* CSS Document */ body {background-color:#030; } .box1{ width:200px; backg...