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.
 
 
site/index.html

33 lines
738 B

<!DOCTYPE html>
<html>
<head>
<title>nick</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<div class="header">
<h2>nick</h2>
</div>
<div class="row">
<div class="leftcolumn">
<!-- <div class="card">
<h2>Under construction</h2>
</div> -->
<div class="card">
<h2>TITLE HEADING</h2>
<h5>Title description, Oct 19, 2022</h5>
<p>Some text...</p>
</div>
<div class="card">
<h2>TITLE HEADING</h2>
<h5>Title description, Sep 9, 2022</h5>
<p>Some text...</p>
</div>
</div>
</div>
</body>
</html>