HTML5 will be the
Web 2.0 of the 2010's
HTML5 & CSS3 are NOT
supported by Internet Explorer
prior to Version 9
Web sites do NOT have to look exactly the same on every browser and every version…
…but should take full advantage of each browser’s capabilities to deliver the best possible experience.
Less than 50% of your surfers…
text-shadow: rgba(64, 64, 64, 0.5) 0px 0px 0px;
box-shadow: rgba(0, 0, 128, 0.25) 0px 0px 0px;
div {
-webkit-text-fill-color: black;
-webkit-text-stroke-color: red;
-webkit-text-stroke-width: 0.00px;
}
Play with the slider on this and further pages!
div {
text-overflow: ellipsis;
}
color: rgba(255, 0, 0, 1.0); background: rgba(0, 0, 255, 1.0);
color: hsla( 128 74% 33% 1.00
border-radius: 0px;
background: -webkit-gradient(linear, left top, left bottom,
from(#00abeb), to(white),
color-stop(0.5, white), color-stop(0.5, #66cc00))
background: -webkit-gradient(radial, 430 50, 0, 430 50, 200, from(red), to(#000))
#theeye {
background: url(bg_theeye.jpg) center center no-repeat;
background-size:
;
}
div {
background: url(lines_bg.jpg) center center no-repeat,
url(saturn_bg.png) 0 center repeat;
}
#box.left {
margin-left: 0;
}
#box.right {
margin-left: 1000px;
}
#box {
-webkit-transition: margin-left 1s ease-in-out;
}