Spaces:
Running
Running
fixed footer/header
Browse files- slide_template.html +3 -3
slide_template.html
CHANGED
@@ -50,7 +50,7 @@
|
|
50 |
}
|
51 |
.footer {
|
52 |
position: absolute;
|
53 |
-
bottom:
|
54 |
width: 100%;
|
55 |
display: flex;
|
56 |
justify-content: space-between;
|
@@ -77,11 +77,11 @@
|
|
77 |
<div class="header-center">section title</div>
|
78 |
<div class="header-right">Lecture title</div>
|
79 |
</div>
|
80 |
-
<hr style="position: absolute; top:
|
81 |
<div class="content">
|
82 |
<!--CONTENT-->
|
83 |
</div>
|
84 |
-
<hr style="position: absolute; bottom:
|
85 |
<div class="footer">
|
86 |
<div class="footer-left">speaker name</div>
|
87 |
<div class="footer-right">date</div>
|
|
|
50 |
}
|
51 |
.footer {
|
52 |
position: absolute;
|
53 |
+
bottom: -30px;
|
54 |
width: 100%;
|
55 |
display: flex;
|
56 |
justify-content: space-between;
|
|
|
77 |
<div class="header-center">section title</div>
|
78 |
<div class="header-right">Lecture title</div>
|
79 |
</div>
|
80 |
+
<hr style="position: absolute; top: 40px; width: 100%;">
|
81 |
<div class="content">
|
82 |
<!--CONTENT-->
|
83 |
</div>
|
84 |
+
<hr style="position: absolute; bottom: 0px; width: 100%;">
|
85 |
<div class="footer">
|
86 |
<div class="footer-left">speaker name</div>
|
87 |
<div class="footer-right">date</div>
|