Hello Guys! Today is Wednesday, the day to do and learn something new from your routine work. So lets learn some new CSS and HTML … Read more “How To Make Navigation Bar Stretch Across The Page”
Innovative Way to seek Saturday Off
ऑफिस औरिगा हमें है प्यारा, काम में दिल यहाँ लगता हमारा, काम होन लेट नाईट तक रुकते, अच्छी-अच्छी मेहनत करते, फ्रेंडली नेचर, गुड है मेनेजर, … Read more “Innovative Way to seek Saturday Off”
The Display Inline Block VS Float
Although my personal experience says that display:inline-block is better over float, but all main frameworks (Bootstrap, Foundation, 960 Grid etc.) use float to align their … Read more “The Display Inline Block VS Float”
The Float And Clearfix
1. All floated elements are like ‘td’ (Columns) which must be wrapped in a ‘tr’ (Row) that it would not affect other elements. So the … Read more “The Float And Clearfix”
Centering An Element Horizontally And Vertically
Horizontally Centering an element Normally text and other inline elements like img tag and inline-block elements align in center by putting text-align:center on their parent … Read more “Centering An Element Horizontally And Vertically”
Positioning A HTML Element
Any HTML element can have 4 types of positioning: Static – Default position of any element. Means it is in default document flow. Relative – … Read more “Positioning A HTML Element”
Creating a Popup Window using Jquery and CSS
There are several ways of creating a popup, some use JS functions to put effects and animations and some use CSS frameworks like Bootstrap models … Read more “Creating a Popup Window using Jquery and CSS”
Displaying Uneven Height Elements in Grids
At times all front-end developer face this issue that when they use floated blocks for listing items in grid, they have to use a fix … Read more “Displaying Uneven Height Elements in Grids”