Skip to content

Instantly share code, notes, and snippets.

@aflag
Created December 3, 2013 11:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save aflag/7767878 to your computer and use it in GitHub Desktop.
Save aflag/7767878 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
tr {
background-color: red;
height: 30px;
}
</style>
</head>
<body>
<table><tr><td>Abracadabra</td></tr></table>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment