Add Some Style
Create a base layout template
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Eleventy v3.1.2">
</head>
<body>
</body>
</html>
Style your site with CSS
Apply the base layout to your home page
- Previous
- Create a Home Page