mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-08 02:36:10 +00:00
34 lines
865 B
HTML
34 lines
865 B
HTML
<template id="right-card-template">
|
|
<section
|
|
id="right-card"
|
|
data-composition-id="right-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 #a78bfa;
|
|
border-radius: 28px;
|
|
background: #201936;
|
|
"
|
|
>
|
|
<div id="right-card-body" data-hf-id="right-card-body" style="width: 100%; height: 100%">
|
|
<p style="margin: 0 0 28px; color: #c4b5fd; font-size: 16px; letter-spacing: 0.16em">
|
|
RIGHT SOURCE
|
|
</p>
|
|
<h1
|
|
id="duplicate-headline"
|
|
data-hf-id="duplicate-headline"
|
|
style="margin: 0; color: #f5f3ff; font-size: 48px; line-height: 1.05"
|
|
>
|
|
Right source
|
|
</h1>
|
|
</div>
|
|
</section>
|
|
</template>
|