Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
  <div class="flex">
    <div class="item">
      <div class="inner">FLEX IT UP</div>
    </div>
  </div>
</body>
</html>
 
.flex {
  background-color: #656589;
  padding: 2%;
  height: 20em;
}
.item {
  background-color: #47352b;
  font-size: 5rem;
  text-align: center;
  padding: 5%;
  margin: 5%;
}
.inner {
  width: 100%;
  height: 100%;
  background-color: #656589;
}
.flex:hover {
  background-color: #806546;
  box-percent-sizing: symetric;
}
.flex:hover > .item {
  background-color: #838cc3;
}
.flex:hover > .item > .inner {
  background-color: #806546;
}
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers