Skip to content

Instantly share code, notes, and snippets.

@daxaxelrod
Created May 3, 2017 20:18
Show Gist options
  • Save daxaxelrod/2526a35ee7c6ccb5e28da8845fb0c96a to your computer and use it in GitHub Desktop.
Save daxaxelrod/2526a35ee7c6ccb5e28da8845fb0c96a to your computer and use it in GitHub Desktop.
<html>
<head>
<title>Basic Homepage</title>
<link href="style.css" rel="stylesheet" type="text/css">
<style type="text/css">
body {
text-align: center;
margin: auto;
}
.center ital {
font-style: italic;
text-align: center;
}
table {
border: 3px red;
text-align: center;
}
tr {
border: 3px red;
text-align: center;
}
th {
border: 3px red;
text-align: center;
}
td {
border: 3px red;
text-align: center;
}
table {
margin: 0 auto;
}
img {
margin: auto;
width: 50%;
}
#picture_td {
margin: 0;
padding: 0;
}
</style>
<div>
<table style="border: red 3px solid">
<tbody>
<tr>
<td> Binghamton University Homepage </td>
</tr>
<tr>
<td> for </td>
<tr>
<td class="center ital"> Shawn Graber </td>
</tr>
<tr>
<td id="picture_tr" style="border:red 3px solid"><img src="http://i.imgur.com/5ylcqWl.jpg" alt="Mountain" style="width:304px;height:228px;"></td>
</tr>
</tbody>
</table>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment