Bootstrap Text Alignment

Bootstrap supports text alignment within the html. By adding references to the relevant bootstrap css classes the text within a div maybe aligned: left; right; centred or justified according to CSS. Ids and classes assigned to the relevant parts. Why not make use of the Bootstrap support for the alignment of text? Adding the relevant […]

Read More… from Bootstrap Text Alignment

Important! in CSS

Looking at CSS entries there’s sometimes an additional parameter at the end labelled as !important – what does it mean? For example in this class definition: .menu-footer li{color:red !important;} Website CSS is a part of the website rendering. The code can be included: inline, appended to an HTML element added as a style section on […]

Read More… from Important! in CSS