×
          
              
          
      
      Clear all filters including search bar
          
        Valeri Tandilashvili's CSS Notes
      
    .home a:link, .home a:visited {
    width: 120px;
    height: 120px;
    background: url(../images/sprites.jpg) top left no-repeat;
}
.home a:hover {
    background-position: 0 -120px;
}
.home a:active {
    background-position: 0 -240px;
}
z-indexz-indexrelativeabsolutefixed.rounded {
    border-radius: 10px;
}.bottom_rounded {
    border-radius: 0 0 10px 10px;
}.circle {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    line-height: 200px;
}position: relative;h1 {
  text-shadow: 3px 0px 3px #ccc;
}#header h1 {
    background: url(../images/bg.jpg) top left no-repeat;
    width: 702px;
    height: 100px;
    text-indent: -9999px;
}