Created
January 8, 2019 18:45
-
-
Save btwelch/b51b445f0d41ac7efa4bfb8c6d3184e8 to your computer and use it in GitHub Desktop.
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
<html> | |
<head> | |
<style type='text/css'> | |
body, html { | |
margin: 0; | |
padding: 0; | |
} | |
body { | |
color: black; | |
display: table; | |
font-family: Georgia, serif; | |
font-size: 24px; | |
text-align: center; | |
} | |
.container { | |
border: 20px solid tan; | |
width: 750px; | |
height: 563px; | |
display: table-cell; | |
vertical-align: middle; | |
} | |
.logo { | |
color: tan; | |
} | |
.marquee { | |
color: tan; | |
font-size: 48px; | |
margin: 20px; | |
} | |
.assignment { | |
margin: 20px; | |
} | |
.person { | |
border-bottom: 2px solid black; | |
font-size: 32px; | |
font-style: italic; | |
margin: 20px auto; | |
width: 400px; | |
} | |
.reason { | |
margin: 20px; | |
} | |
</style> | |
</head> | |
<body> | |
<div class="container"> | |
<div class="logo"> | |
An Organization | |
</div> | |
<div class="marquee"> | |
Certificate of Completion | |
</div> | |
<div class="assignment"> | |
This certificate is presented to | |
</div> | |
<div class="person"> | |
Joe Nathan | |
</div> | |
<div class="reason"> | |
For deftly defying the laws of gravity<br/> | |
and flying high | |
</div> | |
</div> | |
</body> | |
</html> |
Thanks
Thank you ! simply superb
Thanks
thanks
thanks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thanks