Skip to content

Instantly share code, notes, and snippets.

@btwelch
Created January 8, 2019 18:45
Show Gist options
  • Save btwelch/b51b445f0d41ac7efa4bfb8c6d3184e8 to your computer and use it in GitHub Desktop.
Save btwelch/b51b445f0d41ac7efa4bfb8c6d3184e8 to your computer and use it in GitHub Desktop.
<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>
@dotthe140695
Copy link

thanks

@Omar-Abdelrady
Copy link

Thanks

@Viththiyakaran
Copy link

Thank you ! simply superb

@Elias-Gomes
Copy link

Thanks

@muhammed-ijlan
Copy link

thanks

@pentagonsoftwares
Copy link

thanks

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