diff --git a/layouts/partials/home-header.html b/layouts/partials/home-header.html new file mode 100644 index 0000000..a37e40f --- /dev/null +++ b/layouts/partials/home-header.html @@ -0,0 +1 @@ +{{ partial "header.html" }} diff --git a/static/css/homepage.css b/static/css/homepage.css new file mode 100644 index 0000000..e4691c2 --- /dev/null +++ b/static/css/homepage.css @@ -0,0 +1,30 @@ + .articles { + padding: 5px; + border: var(--line-width) solid; + border-top-style: dashed; + border-bottom-style: dashed; + border-right-style: none; + border-left-style: none; + } + section { + border: var(--line-width) solid; + border-left-style: none; + border-right-style: none; + border-top-style: none; + text-align: left; + padding-bottom: 20px; + padding-top: 0px; + } + h3 { + text-align: left; + margin-top: 10px; + padding-top: 0px; + color: #e976d9 + } + a { + text-decoration: none; + } +.summary { + padding-left: 3.5rem; + color: #f1f3f7 +}