Skip to content

Instantly share code, notes, and snippets.

@Allwin12
Created October 25, 2019 11:20
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 Allwin12/403445c5be28ff32d77b76a8b3936c5d to your computer and use it in GitHub Desktop.
Save Allwin12/403445c5be28ff32d77b76a8b3936c5d to your computer and use it in GitHub Desktop.
The header text style i use in my blog - https://www.codesimple.info/
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Baloo+Bhai" />
<style>
.alignleft {
float: left;
}
.alignright {
float: right;
}
</style>
<div id="textbox">
<a style="font-family:Baloo Bhai, serif;" href="http://www.codesimple.info/"><h1 class="alignleft">CodeSimple.</h1></a>
<h3 style="font-family:Sriracha, serif;" class="alignright">Learn better. Code better.</h3>
</div>
<div style="clear: both;"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment