Browse Source

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

master
hape 3 years ago
parent
commit
d21317936a
1 changed files with 27 additions and 0 deletions
  1. +27
    -0
      console/slides/presets/layout_C9.html

+ 27
- 0
console/slides/presets/layout_C9.html

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

Loading…
Cancel
Save