KAGESA is a simple man with a simple life. A web designer, front-end developer and a graphic artist.
Apr 18, 2013
Fluid / Responsive Website for beginners
Easiest way for a Fluid / Responsive Website, here’s are the codes.
Add this on your HTML (highlighted code):
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="...">
Apr 18, 2013
Fluid / Responsive Website for beginners
Easiest way for a Fluid / Responsive Website, here’s are the codes.
Add this to your HTML (highlighted code):
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="...">
Apr 12, 2013
CSS Hacks for Google Chrome and Safari Browser
The key to targeting Google Chrome and Safari browser, just combine this code(
Code:@media screen and (-webkit-min-device-pixel-ratio:0) { your style }) on your style.
@media screen and (-webkit-min-device-pixel-ratio:0) {
body {
background: #ff0000; /*…
Apr 12, 2013
CSS Hacks for Internet Explorer
Here’s are the samples of CSS Hack for Internet Explorer from IE6 to IE9 version.
body {
background: #ff0000; /* for all browser - display "red" */
background: #0000ff\9; /* for IE9 - display "blue" */
background: #00cc00/; /* for IE8 -…
Apr 12, 2013
“Eleven Hints of Life”
“Eleven Hints for Life”
1. It hurts to love someone and not be loved in return. But what is more painful is to love someone and never find the courage to let that person know how you feel.
2. A sad thing in life is when you meet someone who means a lot to…






