Skip to content

Commit

Permalink
Update template
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMThompson committed Feb 20, 2024
1 parent 8b4c788 commit b0800ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
17 changes: 3 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,13 @@
<html>
<head>
<link rel="stylesheet" href="stylesheet.css">
<title>Canva Embed Test</title>
<title>Canva Embed Template</title>
</head>

<body>

<h1>Canva Embed Test</h1>

<!-- <div style="position: relative; width: 100vw; height: 100vh; padding-top: 71.4286%;
padding-bottom: 0; box-shadow: 0 2px 8px 0 rgba(63,69,81,0.16); margin-top: 1.6em; margin-bottom: 0.9em; overflow: hidden;
border-radius: 8px; will-change: transform;">
<iframe loading="lazy" style="position: absolute; width: 100%; height: 100%; top: 0; left: 0; border: none; padding: 0;margin: 0;"
src="https:&#x2F;&#x2F;www.canva.com&#x2F;design&#x2F;DAF2iwOQWFo&#x2F;Pr0QOgNQXEdcimJpl7WPoA&#x2F;view?embed" allowfullscreen="allowfullscreen" allow="fullscreen">
</iframe>
</div>
<a href="https:&#x2F;&#x2F;www.canva.com&#x2F;design&#x2F;DAF2iwOQWFo&#x2F;Pr0QOgNQXEdcimJpl7WPoA&#x2F;view?utm_content=DAF2iwOQWFo&amp;utm_campaign=designshare&amp;utm_medium=embeds&amp;utm_source=link" target="_blank" rel="noopener">2022 Christmas Card (Invitations)</a> by John Thompson -->

<iframe src="https:&#x2F;&#x2F;www.canva.com&#x2F;design&#x2F;DAF2iwOQWFo&#x2F;Pr0QOgNQXEdcimJpl7WPoA&#x2F;view?embed" allowfullscreen="allowfullscreen" allow="fullscreen">
</iframe>
<iframe src="https:&#x2F;&#x2F;www.canva.com&#x2F;design&#x2F;DAF9X0aQW6s&#x2F;RfZvePf0NWPaDckAwwUhzQ&#x2F;view?embed"
allowfullscreen="allowfullscreen" allow="fullscreen"></iframe>

</body>

Expand Down
2 changes: 1 addition & 1 deletion stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ html,body{
overflow:hidden;
margin:0px;
padding:0px;
border:none;
border: none;
}
iframe{
width:100%;
Expand Down

0 comments on commit b0800ca

Please sign in to comment.