CSS Flexbox CSS Flexbox is a layout module from CSS3 to improve alignment, direction and order of the items (dynamic or even unknown size) present in […]
Continue readingAuthor: Gourahari Patnaik
Gourahari Patnaik works as Software Engineer with Trigent Software. He has 6+ years of experience as a UI Developer/Web Developer, building enterprise web applications. He has strong expertise in HTML5 and CSS3, Bootstrap Responsive Web technologies, jQuery and JavaScript.
Gourahari also has experience in W3C Validation and Solving Browser and Device and Mobile compatibility issues along with experience in in SASS framework.
CSS Browser-Specific Hacks
What is this? Browser hacks is an extensive list of browser specific CSS hacks from all over the inter-webs. CSS hacks are needed in order to solve problems […]
Continue readingCSS3 Selectors Module Part-3
This is the last blog in my tri-series on CSS3 Selectors Module. Please click on the link to read CSS3 Module Part – 1 and CSS3 […]
Continue readingCSS3 Selectors Module Part-2
In continuation of my earlier blog on ‘CSS3 Selectors Module’ in this second part, I will explain the concepts of Combinators and Attribute Selectors. Combinators […]
Continue readingCSS3 Selectors Module Part-1
INTRODUCTION A CSS selector is the part of a CSS rule-set that actually selects the content we want to style. CSS Syntax : CSS selectors […]
Continue reading