Created
June 29, 2015 15:37
-
-
Save andrefe90/529e5acdca5b022b1c5f to your computer and use it in GitHub Desktop.
This file contains hidden or 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 { | |
background: url("../img/rotterdam.JPG") no-repeat center center fixed; | |
-webkit-background-size: cover; | |
-moz-background-size: cover; | |
-o-background-size: cover; | |
background-size: cover; | |
} | |
.address { | |
width: 40%; | |
margin: 0 auto; | |
padding-top: 60px; | |
padding-bottom: 60px; | |
padding-left: 450px | |
} | |
.container { | |
width: 40%; | |
margin: 0 auto; | |
padding-left: 450px; | |
padding-top: 50px; | |
} | |
.second { | |
padding-top: 0 | |
} | |
/*Typography*/ | |
h1, | |
h2, | |
h3 { | |
font-family: 'Open Sans', sans-serif; | |
color: white; | |
text-align: center; | |
} | |
h1 { | |
font-size: 25px | |
} | |
h2 { | |
color: black; | |
font-weight: bold; | |
} |
This file contains hidden or 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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Contact Me</title> | |
<link href="css/normalize.css" rel="stylsheet"> | |
<link href="css/contact_style.css" rel="stylesheet"> | |
<link href='http://fonts.googleapis.com/css?family=Roboto+Slab' rel='stylesheet' type='text/css'> | |
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'> | |
</head> | |
<body> | |
<div class="jumbotron"> | |
<div class="container"> | |
<h1> I am an aspiring web developer or something like that and if you ever feel the need to contact me, feel free to shoot me a message, just use the below address</h1> | |
</div> | |
<div class="address"> | |
<h2> [email protected] </h2> | |
</div> | |
<div class="second container"> | |
<h1> This is again me saying that you should feel free to contact me, I can also give advice in the areas international Business and Finance, because that is what I actually studied</h1> | |
</div> | |
</div> | |
</body> | |
</html> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment