Skip to content

Instantly share code, notes, and snippets.

@ktzanev
Last active March 14, 2017 19:02
Show Gist options
  • Save ktzanev/4532775d011ecbff71384deea2830cbe to your computer and use it in GitHub Desktop.
Save ktzanev/4532775d011ecbff71384deea2830cbe to your computer and use it in GitHub Desktop.
.class : sélecteur de classe (GistRun)
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>.class : sélecteur de classe</title>
<link rel="stylesheet" href="main.css">
</head>
<body>
<img src="https://goo.gl/NB0zif" class="pizza animee"/>
<img src="https://goo.gl/NOoav2" class="pizza"/>
</body>
</html>
.pizza {
display: block;
height: 30vh;
margin: 10vh;
}
.animee {
outline: 5vh dotted rgb(0%,70%,0%);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment