Last active
August 29, 2015 14:02
-
-
Save reiniertromp/71c60659d88b140f6180 to your computer and use it in GitHub Desktop.
Assignment 1.1.HTML
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> | |
| <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