Jaward commited on
Commit
4ed2a19
·
verified ·
1 Parent(s): 5a31b6c

fixed footer/header

Browse files
Files changed (1) hide show
  1. slide_template.html +3 -3
slide_template.html CHANGED
@@ -50,7 +50,7 @@
50
  }
51
  .footer {
52
  position: absolute;
53
- bottom: 10px;
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: 5px; width: 100%;">
81
  <div class="content">
82
  <!--CONTENT-->
83
  </div>
84
- <hr style="position: absolute; bottom: -30px; width: 100%;">
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>