Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
doctype html
html
  body
    .container
      .content
        img(src="http://placehold.it/240/0000ff")
    
    .container
      .content
        img(src="http://placehold.it/240/00ffff")
        
 
.container
  border: 1px solid red
  width: 200px
  height: 200px
  border-radius: 20px
  overflow: hidden
  
  margin-bottom: 10px
  
.content
  height: 240px
  width: 240px
  transform: scale(0.834)
  margin-top: -20px
  margin-left: -20px
  transition: transform 1s 
  
  &:hover
    transform: none
  
  
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers