mirror of
https://gitlab.com/MisterBiggs/Resume.git
synced 2025-07-31 18:41:39 +00:00
printing css
This commit is contained in:
@@ -9,11 +9,12 @@
|
|||||||
studying at Embry-Riddle Aeronautical University in Prescott, Arizona." />
|
studying at Embry-Riddle Aeronautical University in Prescott, Arizona." />
|
||||||
<link rel="stylesheet" type="text/css" href="awsm.min.css" />
|
<link rel="stylesheet" type="text/css" href="awsm.min.css" />
|
||||||
<link rel="stylesheet" href="style.css">
|
<link rel="stylesheet" href="style.css">
|
||||||
|
<link href="print.css" media="print" rel="stylesheet" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h1>Anson Biggs</h1>
|
<h1>Anson Biggs</h1>
|
||||||
<h2>Astronautical Engineering (CS Minor) Undergraduate</h2>
|
<h2>Astronautical Engineering Undergraduate</h2>
|
||||||
<h3>anson@ansonbiggs.com | (480) 322-8468 | Phoenix, Arizona, US <br>
|
<h3>anson@ansonbiggs.com | (480) 322-8468 | Phoenix, Arizona, US <br>
|
||||||
<a href="https://linkedin.com/in/ansonbiggs">linkedin.com/in/ansonbiggs</a> | <a
|
<a href="https://linkedin.com/in/ansonbiggs">linkedin.com/in/ansonbiggs</a> | <a
|
||||||
href="https://gitlab.com/MisterBiggs">gitlab.com/MisterBiggs</a> | <a
|
href="https://gitlab.com/MisterBiggs">gitlab.com/MisterBiggs</a> | <a
|
||||||
|
8
print.css
Normal file
8
print.css
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
body {
|
||||||
|
margin: 0;
|
||||||
|
font-size: x-small;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2::after {
|
||||||
|
margin: 0;
|
||||||
|
}
|
Reference in New Issue
Block a user