You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1004 B

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Blog</title>
<link rel="stylesheet" href="/assets/css/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div id="wrapper">
<nav>
<a href="/" >Home</a>
<a href="/blog.html" class="on-page">Blog</a>
<a href="/podcast.html" >Podcast</a>
<a href="https://github.com/TTWNO/" >Code</a>
</nav>
<table class="post-list">
<tr>
<td>
<h2><a href="/2020/01/22/padding-and-margin.html">Padding And Margin</a></h2>
<span class="post-date">22 January 2020</span>
<div class="post-excerpt"><p>Many people have expressed confusion over how padding and margins work in HTML/CSS. I have been one of those people. In this short article I will explain what the differences are between the two, and how it may affect the functionality of your site.</p>
</div>
</td>
</tr>
</table>
</div>
</body>
</html>