Skip to content

Instantly share code, notes, and snippets.

@roshanadhikari2073
Created August 6, 2016 09:21
Show Gist options
  • Save roshanadhikari2073/847bb19e098141b1f50ae35ab7704245 to your computer and use it in GitHub Desktop.
Save roshanadhikari2073/847bb19e098141b1f50ae35ab7704245 to your computer and use it in GitHub Desktop.
Resume
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/master.css">
</head>
<body>
<div class ="content">
<img src ="images/logo.jpg" class ="profile_pic">
<h1>Resume for TechRise</h1>
<h3>Professional Technological Company</h3>
<P>My Passion is computing,</p>
<p>I also like to hack,</p>
<p><i>"Lets move into Techrise and build our career"</i></p>
</div>
</body>
</html>
html {
background: url(../images/background.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.content {
background-color: rgba(0,0,0,0.7);
color: white;
padding: 40px;
height: 300px;
width: 300px;
margin: 100px auto;
}
.profile_pic {
height: 100px;
border-radius: 50%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment