Skip to content

Instantly share code, notes, and snippets.

@derekpeterson
derekpeterson / gist:5358722
Last active September 19, 2020 11:43
A little print-ready resume template in HTML and CSS
<!DOCTYPE html>
<head>
<title>Name</title>
<style type="text/css">
html {
background: white;
color: black;
font: 14px 'Helvetica Neue', Arial, sans-serif;