Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mrkkr/2c02b62ac59376a02c4f22d1730cae62 to your computer and use it in GitHub Desktop.
Save mrkkr/2c02b62ac59376a02c4f22d1730cae62 to your computer and use it in GitHub Desktop.
Równe kolumny wycentrowane w poziomie i pionie #html #css
<div class="row no-gutters sekcje">
<div class="col-xs-12 col-sm-6 col-md-6 d-flex align-items-center justify-content-center">
<h2 class="head-main-section-blue">Lorem ipsum</h2>
</div>
<div class="col-xs-12 col-sm-6 col-md-6 d-flex align-items-center">
<p class="par text-left">Lorem Ipsum</p>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment