Created
December 21, 2013 03:25
-
-
Save amahesh0501/8064971 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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta http-equiv="Content Type" contet="text/html; charset-utf-8"/> | |
| <title>Aditya Site</title> | |
| <link rel="stylesheet" href="style.css" type="text/css" media="screen" > | |
| </head> | |
| <body> | |
| <div class="name">Aditya Mahesh</div> | |
| <div id="image"><img src="http://tctechcrunch2011.files.wordpress.com/2013/02/adityamahesh1-e1360362055319.png?w=150" height="250" width= "250" alt="aditya" /></div> | |
| </body> | |
| </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
| .name{ | |
| color: blue; | |
| font-weight: bold; | |
| border: 1px solid orange; | |
| } | |
| #image img{ | |
| padding-top: 40px; | |
| border-radius: 5px; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment