Browse Source

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

master
hape 3 years ago
parent
commit
8b2e7c1fd1
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      console/slides/presets/layout_H1C3a.html

+ 10
- 0
console/slides/presets/layout_H1C3a.html

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

Loading…
Cancel
Save