Skip to content

Instantly share code, notes, and snippets.

@Kcko
Created November 21, 2018 23:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kcko/bd5aa1483cd7e22833b9993e8eda9327 to your computer and use it in GitHub Desktop.
Save Kcko/bd5aa1483cd7e22833b9993e8eda9327 to your computer and use it in GitHub Desktop.
<div>text</div>
<div>text</div>
<div>text</div>
div {
width: 100px;
height: 200px;
background: gray;
float: left;
border: 1px solid white;
color: gray;
}
div:hover
{
background-color: red;
box-shadow: 0 0 10px #EEEEEE;
margin: -10px -10px -10px -10px;
padding: 10px;
position: relative;
color: white;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment