Skip to content

Instantly share code, notes, and snippets.

@ViktoriyaSupport
Created December 28, 2015 12:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ViktoriyaSupport/1c22e3fda80bed88f690 to your computer and use it in GitHub Desktop.
Save ViktoriyaSupport/1c22e3fda80bed88f690 to your computer and use it in GitHub Desktop.
<div class="uk-grid uk-text-center feautures-conteiner">
<div class="uk-width-large-1-5 uk-width-small-1-2 uk-width-medium-1-2 uk-animation-hover grow">
<img src="images/icons/clock.png" alt="" class="grow img-feautures"/>
<h4 class="text-feautures">4 FITNESS CLASSES</h4>
</div>
<div class="uk-width-large-1-5 uk-width-small-1-2 uk-width-medium-1-2 uk-animation-hover grow">
<img src="images/icons/individual.png" alt="" class="grow img-feautures" />
<h4 class="text-feautures">INDIVIDUAL TRAINING</h4>
</div>
<div class="uk-width-large-1-5 uk-width-small-1-2 uk-width-medium-1-2 uk-animation-hover grow">
<img src="images/icons/yoga.png" alt="" class="grow img-feautures"/>
<h4 class="text-feautures">YOGA & PILATES</h4>
</div>
<div class="uk-width-large-1-5 uk-width-small-1-2 uk-width-medium-1-2 uk-animation-hover grow">
<img src="images/icons/bodybuilder.png" alt="" class="grow img-feautures"/>
<h4 class="text-feautures">BODYBUILDING</h4>
</div>
<div class="uk-width-large-1-5 uk-hidden-small uk-animation-hover grow">
<img src="images/icons/traninghalls.png" alt="" class="grow img-feautures"/>
<h4 class="text-feautures">5 TRAINING HALLS</h4>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment