Skip to content

Instantly share code, notes, and snippets.

@amahesh0501
Created December 21, 2013 03:25
Show Gist options
  • Select an option

  • Save amahesh0501/8064971 to your computer and use it in GitHub Desktop.

Select an option

Save amahesh0501/8064971 to your computer and use it in GitHub Desktop.
<!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>
.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