Skip to content

Instantly share code, notes, and snippets.

@ktzanev
Last active March 12, 2017 11:41
Show Gist options
  • Save ktzanev/49cf079f61ef9ef2cad4194bc3daf3d7 to your computer and use it in GitHub Desktop.
Save ktzanev/49cf079f61ef9ef2cad4194bc3daf3d7 to your computer and use it in GitHub Desktop.
[attribut] : sélecteur d’attribut (GistRun)
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>[attribut] : sélecteur d’attribut</title>
<link rel="stylesheet" href="main.css">
</head>
<body>
<ul>
<li lang="fr">En fançais</li>
<li lang="en">In english</li>
<li>@#?!</li>
</ul>
</body>
</html>
[lang] {
font-weight: bold;
color:red;
}
[lang=fr] {
font-size: 2em;
}
[GistRun](https://gist.run/?id=49cf079f61ef9ef2cad4194bc3daf3d7)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment