Tag Archives: CSS

Responsive Web Designs

Responsive Web Designs

The concept behind RWD, is relatively easy to explain, however implementation is a bit technical. However, it combines various languages in order to make it perfect. These languages includes HTML, CSS and Javascript. How it does it is by using CSS to hide objects not visible on the screen or due to the screen size, then shows it when that particular screen size is in used. Compared to the old form of web designing, whereby you have to design the Full Website and then design the Mobile website. It seemed a little bit tedious. Read More

Posted in Programming | Tagged , , , , , | Leave a comment

Element Dimension

Element Dimension

CSS plays so many role in how a screen width is suppose to display on any Media Screen. Using the Media Attribute in your HTML code, you can designate what media type can a stylesheet be applied to. In addition to positioning elements, CSS rules can specify the actual dimensions of each page element. Read More

Posted in Programming, Tutorial | Tagged , , , , , , | Leave a comment

Transparent Background Hex Color Code

CSS Layout

Having problems with transparent background while designing images or working with CSS, this Hex color code can solve those nightmares… Read More

Posted in Programming, Tutorial | Tagged , , , , , | 5 Comments

CSS elements not displaying properly in Webpages

CSS Rule

CSS elements not displaying properly or normal in a browser or all browsers, try using specific media types for each targeting devices, or induce a CSS hack. Read More

Posted in Programming, Tutorial | Tagged , , , , , , , , , , , | Leave a comment