Horje
CSS class inheritance Code Example
CSS class inheritance
.rounded_corners {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

#header {
  .rounded_corners;
}

#footer {
  .rounded_corners;
}




Css

Related
background clip text Code Example background clip text Code Example
send element to center of div Code Example send element to center of div Code Example
how to make focus outline round in html Code Example how to make focus outline round in html Code Example
css hexagon with text inside Code Example css hexagon with text inside Code Example
how can you make us stop our image from the web css html Code Example how can you make us stop our image from the web css html Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10