Skip to content

Instantly share code, notes, and snippets.

@reiniertromp
Last active August 29, 2015 14:02
Show Gist options
  • Select an option

  • Save reiniertromp/71c60659d88b140f6180 to your computer and use it in GitHub Desktop.

Select an option

Save reiniertromp/71c60659d88b140f6180 to your computer and use it in GitHub Desktop.
Assignment 1.1.HTML
<html>
<style type="text/css">
body{
font-family: "Helvetica", sans-serif;
}
.profile{
width: 40%;
background: #EDEDED;
min-width: 400px;
}
.kopje{
text-align: center;
color: black;
}
.text{
border-style:solid;
border-color:black;
padding-right: 20px;
padding-left: 20px;
padding-bottom: 20px;
background: #E8E8E8;
}
a{
text-decoration: none;
color: black;
}
</style>
<body>
<article class= "profile">
<header>
</header>
<img width="100%" height="auto" src="http://indianapublicmedia.org/arts/files/2011/02/IMSLP-5th-Anniversary-Banner-cropped.jpg" alt="afbIMSLP" class= "pic">
<div class="kopje">
<a href="http://imslp.org/wiki/Main_Page"><h1>International Music Score Library Project (IMSLP)</h1></a>
</div>
<div class="text">
<h2>keywords</h2>
<ul>
<li>Sources</li>
<li>Library</li>
<li>Digitized music scores</li>
<li>Public domain</li>
<li>Wiki</li>
</ul>
</div>
</article>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment