Advertisement
Guest User

Untitled

a guest
May 26th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. --- a/product-card.framerfx/code/Card.tsx
  2. +++ b/product-card.framerfx/code/Card.tsx
  3. @@ -12,7 +12,29 @@ export function Card() {
  4. 'center / contain no-repeat url(' + url('/images/a.png') + ')'
  5. }
  6. />
  7. - <Frame background="blue" width="100%" height="40%" />
  8. + <Frame background="blue" width="100%" height="40%">
  9. + <span
  10. + style={{
  11. + color: '#010001',
  12. + fontSize: '30px',
  13. + fontWeight: '900',
  14. + }}
  15. + >
  16. + BBottle
  17. + </span>
  18. + <span
  19. + style={{
  20. + color: '#010001',
  21. + fontSize: '15px',
  22. + fontWeight: '900',
  23. + position: 'absolute',
  24. + bottom: '0px',
  25. + left: '0px',
  26. + }}
  27. + >
  28. + $99.99
  29. + </span>
  30. + </Frame>
  31. </Stack>
  32. )
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement