Skip to content

Instantly share code, notes, and snippets.

@sionjlewis
Last active January 8, 2017 13:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sionjlewis/693f0b3ad6e5aa26257395abaa27579b to your computer and use it in GitHub Desktop.
Save sionjlewis/693f0b3ad6e5aa26257395abaa27579b to your computer and use it in GitHub Desktop.
Hello Angular World: code snippet for article (http://www.sjlewis.com). The complete source code and project files can be found here: https://github.com/sionjlewis/Hello.Angular.World
body {
color: #CCCCCC;
font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
margin: 10px;
}
.title {
color: #999999;
font-size: 16px;
font-weight: bold;
padding: 5px 5px 10px 5px;
}
.footer {
color: #999999;
font-size: 9px;
font-style: italic;
padding: 15px 5px 20px 5px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment