Skip to content

Instantly share code, notes, and snippets.

@tmtk75
Created October 31, 2013 08:50
Show Gist options
  • Select an option

  • Save tmtk75/7246303 to your computer and use it in GitHub Desktop.

Select an option

Save tmtk75/7246303 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
<style>
a:before {
content: 'hello';
}
.vert a:before {
display: block;
}
</style>
</head>
<body>
<div class='vert'>
<a>world</a>
</div>
<a>world</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment