Browse Source

„console/slides/presets/layout_head02a.html“ hinzufügen

master
hape 3 years ago
parent
commit
4294718711
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      console/slides/presets/layout_head02a.html

+ 7
- 0
console/slides/presets/layout_head02a.html

@ -0,0 +1,7 @@
<h1 style="position: absolute; width: calc(100% - 120px); height: 53px; left: 60px; top: 60px;">Überschrift</h1>
<div style="position: absolute; width: calc(50% - 90px); height: calc(100% - 240px); left: 60px; top: 180px;">
<p style="font-size: 1.5rem;">Text Container</p>
</div>
<div style="position: absolute; width: calc(50% - 90px); height: calc(100% - 240px); left: 670px; top: 180px;">
<p style="font-size: 1.5rem;">Text Container</p>
</div>

Loading…
Cancel
Save