Search
 
SCRIPT & CODE EXAMPLE
 

CSS

curve bottom of square css

.round-bottom { 
  border-bottom-left-radius: 50% 150px !important;
  border-bottom-right-radius: 50% 150px !important;
  position: relative;
  overflow: hidden;
  width: 160%; 
  margin-bottom:-50px;
  left:-30%; 
  background-color:#444;
  background-image: url('https://upload.wikimedia.org/wikipedia/commons/a/a2/Tropical_Forest_with_Monkeys_A10893.jpg'); background-position: center center;
  background-size: 42% auto;
  height:150px;
}
.container { width: 100%; height: height:100px; padding-bottom:50px; overflow:hidden;}

<div class="container"><div class="round-bottom"></div></div>
Comment

PREVIOUS NEXT
Code Example
Css :: fixed div with scrollable content 
Css :: how to change button gradient 
Css :: purgecss cli 
Css :: how to remove bullet in css 
Css :: box model css 
Css :: css move animation 
Css :: border buttom color 
Css :: Align vertically and horizontally 
Css :: css set font family for all elements 
Css :: the background image properties in css 
Css :: input type password css 
Css :: css good background color 
Css :: css max width media 
Css :: linear gradient border 
Css :: css add space to the top 
Css :: css square image 
Css :: how to use image zoom effect in css 
Css :: inline block text align top 
Css :: scroll css 
Css :: css columns 
Css :: css grid take 2 columns 
Css :: horizontal scroll css images 
Css :: onclick after color change in css 
Css :: css circle shadow 
Css :: css bold weight 
Css :: icon borders css 
Css :: transition 
Css :: add textcontent on hover 
Css :: CSS Text Shadow Effect( cool) 
Css :: change image color in bootstrap card on hover css 
ADD CONTENT
Topic
Content
Source link
Name
5+3 =