Horje
css3 background image curve Code Example
css3 background image curve
body {
  margin: 0;
  background: red;
}

div#back {
  position: relative;
  height: 200px;
  background-image: url(http://wearepeak.co.uk/wp-content/uploads/2016/02/testimonial.jpg);
  width: 100%;
  border-bottom-left-radius: 70% 60px;
  border-bottom-right-radius: 30% 10px;
}




Css

Related
compass font awesome Code Example compass font awesome Code Example
line-weight css Code Example line-weight css Code Example
select third element of an id css Code Example select third element of an id css Code Example
background-repeat Code Example background-repeat Code Example
add arrow in select css Code Example add arrow in select css Code Example

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