Last active
September 21, 2022 12:06
-
-
Save cp-sumi-k/cf09c7d7b886292bc0a7e8b63a1587b3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<div class="flex"> | |
<div class="description"> | |
<!-- description will be here --> | |
</div> | |
<div class="image"> | |
<!-- image will be here. currenlty, can apply any background color here --> | |
</div> | |
</div> | |
</template> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment