Last active
August 29, 2015 14:03
-
-
Save AndyA/dba893e0f51028f7aa31 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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