Skip to content

Instantly share code, notes, and snippets.

@LinuxRocks2000
Last active September 5, 2017 00:27
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 LinuxRocks2000/3388831398dba7bebbd81f382c92534e to your computer and use it in GitHub Desktop.
Save LinuxRocks2000/3388831398dba7bebbd81f382c92534e to your computer and use it in GitHub Desktop.
hello, world

hi! this is my first gist! (and i still don't quite know what a gist is!)

funny, i have no idea what i'm doing!

<!DOCTYPE html>
<!--i always add a doctype, even though you don't always need it.-->
<html>
<head>
<style>
#footer {
/*if you want a side bar on the left, change the value in text-align to left.*/
text-align:right;
}
</style>
</head>
<body>
<div id="sidebar">
<!--sidebar code here-->
</div>
</body>
</html>
@LinuxRocks2000
Copy link
Author

hello! this is my first gist comment...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment