Created
October 21, 2014 21:57
-
-
Save ranveeraggarwal/8f293fa9db5a3f930fa0 to your computer and use it in GitHub Desktop.
CodeGags Template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title></title> | |
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300' rel='stylesheet' type='text/css'> | |
</head> | |
<body style="background-color:black"> | |
<center> | |
<h1 style="color:white; font-family: 'Open Sans', sans-serif; font-size:100px; margin-top:15%;" >Darwin was right. <br> Nature doesn't start from scratch.</h1> | |
</center> | |
<h4 style="color:white; font-family: 'Open Sans', sans-serif; font-size:40px; margin-left:60%;" >- Dynamic Programming</h4> | |
<h4 style="color:white; font-family: 'Open Sans', sans-serif; font-size:40px; margin-left:70%;" >#CodeGags</h4> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment