Browse Source

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

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

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

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

Loading…
Cancel
Save