diff --git a/assets/main.css b/assets/main.css index e99b35f..4895981 100644 --- a/assets/main.css +++ b/assets/main.css @@ -1,73 +1,138 @@ -/* Basic styles for better layout */ -body { - font-family: 'Roboto', sans-serif; - margin: 0; - background-color: #f4f4f4; - color: #333; -} - -header { - background-color: #3f51b5; - color: white; - text-align: center; - padding: 20px; -} - -header h1 { - margin: 0; - font-size: 2.5rem; -} - -nav { - background-color: #303f9f; - text-align: center; - padding: 10px 0; -} - -nav ul { - list-style: none; - margin: 0; - padding: 0; -} - -nav ul li { - display: inline; - margin-right: 20px; -} - -nav ul li a { - color: white; - font-weight: 700; - text-decoration: none; - padding: 10px; -} - -nav ul li a:hover { - background-color: #ff5722; - color: white; - border-radius: 5px; -} - -main { - max-width: 1000px; - margin: 40px auto; - padding: 20px; - background: white; - box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); - border-radius: 8px; -} - -main img { - max-width: 100%; - height: auto; - border-radius: 8px; - margin-bottom: 20px; -} - -footer { - background-color: #3f51b5; - color: white; - text-align: center; - padding: 20px; - margin-top: 40px; -} + + + + + + {{ page.title }} - {{ site.title }} + + + + + + + + + + + +
+

{{ site.title }}

+
+ + + +
+ {{ content }} +
+ + + + + +