sticky logo css
authorCrawKatt <man849916@gmail.com>
Wed, 25 Jan 2023 22:34:57 +0000 (19:34 -0300)
committerCrawKatt <man849916@gmail.com>
Wed, 25 Jan 2023 22:41:10 +0000 (19:41 -0300)
themes/droda/assets/css/main.css
themes/droda/layouts/_default/baseof.html

index 059d852dd1f07c7cfcf18a13186c0fc75379f5cc..f2bed3135f054a721c3aa43e70b7439c3c2142e1 100644 (file)
@@ -192,6 +192,13 @@ footer {
 >>>>>>> 9b5582b (recreando repositorio)
 }
 
+.bg-logo {
+  background-image: url('');
+  background-attachment: fixed;
+  background-size: cover;
+  background-position: center;
+}
+
 .greetings {
   background-color: var(--bgColorLight);
   width: 80%;
index 977e5e25c23c2064833341909ce493d9cd537621..d161c88910f2484549eba4186e5243d08155675a 100644 (file)
@@ -16,6 +16,7 @@
       {{ partial "navbar.html" . }}
       {{ block "main" . }}{{ end }}
       {{ partial "footer.html" . }}
+      <div class="bg-logo"/>
   </body>
   {{ "<!-- Main Script -->" | safeHTML }}
   {{ $mainScript := resources.Get "js/main.js" }}