Skip to content

Instantly share code, notes, and snippets.

@ktzanev
Created March 23, 2015 09:14
Show Gist options
  • Save ktzanev/a2606898c6e2e04673c8 to your computer and use it in GitHub Desktop.
Save ktzanev/a2606898c6e2e04673c8 to your computer and use it in GitHub Desktop.
E + F : sélecteur d'adjacence
<h1>Images</h1>
<img src="http://www.gizmodo.fr/wp-content/uploads/2014/08/gifs-rayons-x.gif" />
<img src="http://www.gizmodo.fr/wp-content/uploads/2014/08/gifs-rayons-x-2.gif"/>
<img src="http://www.gizmodo.fr/wp-content/uploads/2014/08/gifs-rayons-x-1.gif"/>
img {
width:100px;
border-radius: 50px;
}
h1 + img {
box-shadow: 0 0 21px red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment