Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple text split into multiple text blocks in Figma #19

Open
adamgiebl opened this issue Nov 28, 2023 · 0 comments
Open

Simple text split into multiple text blocks in Figma #19

adamgiebl opened this issue Nov 28, 2023 · 0 comments

Comments

@adamgiebl
Copy link

Describe the bug
image

To Reproduce

<div class="card">
  <div class="description">
    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur at
    posuere eros. Interdum et malesuada fames ac ante ipsum primis in faucibus.
  </div>
</div>
.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  font-family: Arial, "Trebuchet MS", Verdana, sans-serif !important;
  width: 260px;
  padding: 20px 1px;
  margin: 10px 0;
  text-align: center;
  position: relative;
  cursor: pointer;
  background: black;
}

.description {
  color: white;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant