mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-08 02:36:10 +00:00
34 lines
858 B
HTML
34 lines
858 B
HTML
<template id="left-card-template">
|
|
<section
|
|
id="left-card"
|
|
data-composition-id="left-card"
|
|
data-width="380"
|
|
data-height="300"
|
|
data-start="0"
|
|
data-duration="5"
|
|
data-no-timeline
|
|
style="
|
|
box-sizing: border-box;
|
|
width: 380px;
|
|
height: 300px;
|
|
padding: 36px;
|
|
border: 2px solid #2dd4bf;
|
|
border-radius: 28px;
|
|
background: #10231f;
|
|
"
|
|
>
|
|
<div id="left-card-body" data-hf-id="left-card-body" style="width: 100%; height: 100%">
|
|
<p style="margin: 0 0 28px; color: #5eead4; font-size: 16px; letter-spacing: 0.16em">
|
|
LEFT SOURCE
|
|
</p>
|
|
<h1
|
|
id="duplicate-headline"
|
|
data-hf-id="duplicate-headline"
|
|
style="margin: 0; color: #ecfeff; font-size: 48px; line-height: 1.05"
|
|
>
|
|
Left source
|
|
</h1>
|
|
</div>
|
|
</section>
|
|
</template>
|