DEV Community

Discussion on: Two CSS properties Walk Into a Bar...

Collapse
 
johannesjo profile image
Johannes Millan • Edited

Is it funny if I tell the joke like this:

.another-bar.bar .chair{
  position: fixed;
  bottom: 0;
}

.this-bar .chair,
.bar .chair {
  position: sticky !important; 
  transform: rotate(920deg);
  transition: 1s all not-smooth;
  float: none;
}

Enter fullscreen mode Exit fullscreen mode

?