A Pen by Jordan Brandes on CodePen.
Last active
October 1, 2018 22:48
-
-
Save jbrandes/d0422acad2b8f9464b816a3fabef9071 to your computer and use it in GitHub Desktop.
Jordan's Workshop
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
<h1 style="color: white;">Jordan's Workshop</h1> | |
<div class="row"> | |
<div class="column"> | |
<a href="#"><img id="typewriter" src="https://www.zdnet.com/i/story/63/03/000413/2012-02-09manual-typewriter-0209stock.jpg" alt="typewriter" width="490"> | |
<a href="#"><img id="circuit" src="https://upload.wikimedia.org/wikipedia/commons/2/27/Computer_Circuit_Board_MOD_45153620.jpg" width="490" alt="circuit"> <a href="mailto:[email protected]"><h3 style="color: white">CONTACT</h3> |
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
body { | |
background-image: url(http://gifimage.net/wp-content/uploads/2018/06/tech-gif-1.gif); | |
background-size: 100%; | |
background-position: center; | |
} | |
h1 { | |
font-size: 45px; | |
color: white; | |
text-align: center; | |
} | |
h3 { | |
font-size: 35px; | |
text-align: center; | |
} | |
img { | |
image-align: center; | |
padding: 65px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment