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

Set up css grid #1

Open
PhobiaCide opened this issue Sep 14, 2022 · 1 comment
Open

Set up css grid #1

PhobiaCide opened this issue Sep 14, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@PhobiaCide
Copy link
Owner

PhobiaCide commented Sep 14, 2022

Grid for content

Ideally, the content will be somehow arranged between

  • 3 columns on screens wider than 768px
  • 2 columns on screens wider than 480 but narrower than 768
  • 1 column on screens smaller than 480.
@PhobiaCide
Copy link
Owner Author

PhobiaCide commented Sep 14, 2022

Content Layout

I want a block of text on half the screen and an image or collage on the other half, switching direction with each row e.g.

<img src="https://image.jpg"/> <container>text block</container>

<container>text block</container> <img src="https://image.jpg"/>

Both elements have the same height.

@PhobiaCide PhobiaCide added bug Something isn't working enhancement New feature or request and removed bug Something isn't working enhancement New feature or request labels Sep 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant