Skip to content

Instantly share code, notes, and snippets.

@AndyA
Last active August 29, 2015 14:03
Show Gist options
  • Select an option

  • Save AndyA/dba893e0f51028f7aa31 to your computer and use it in GitHub Desktop.

Select an option

Save AndyA/dba893e0f51028f7aa31 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Title Here</title>
<style>
.services div span {
border-top: 1px solid black;
margin: 0.5em 1em;
}
.services div:first-child span {
border-top: none;
}
</style>
</head>
<body>
<div class="services">
<div>
<span>BBC Two</span>
<span>BBC Radio 3</span>
<span>BBC Radio 1</span>
</div>
<div>
<span>BBC One</span>
<span>BBC Radio 2</span>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment