responsive css: multi-column list on wide screens

This commit is contained in:
Luke Smith
2021-03-15 08:57:49 -04:00
parent 1cf5284fcd
commit c3287d9a19
5 changed files with 12 additions and 4 deletions

View File

@@ -1,2 +1,2 @@
<h2>Recipes</h2>
<ul>
<ul id=artlist>

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang=en>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="./style.css">