Skip to content

Instantly share code, notes, and snippets.

@fromdev
Created August 16, 2017 04:27
Show Gist options
  • Save fromdev/955111c32b683e59e2ce77f4a444ed52 to your computer and use it in GitHub Desktop.
Save fromdev/955111c32b683e59e2ce77f4a444ed52 to your computer and use it in GitHub Desktop.
CSS Hello World Code For Raspberry Pi
<style>
body {
font-weight:bold;
text-align:center;
background:yellow;
}
h1 {
text-shadow: 5px 5px 5px;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment