Skip to content

Instantly share code, notes, and snippets.

@sinslav
Created July 31, 2015 16:05
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 sinslav/d9fb377143417c812d72 to your computer and use it in GitHub Desktop.
Save sinslav/d9fb377143417c812d72 to your computer and use it in GitHub Desktop.
CSS -> component position righ side of centred block element
//styles
.abs
position absolute
.abs-helper
position relative
white-space nowrap
.abs
top 0
left 25px
// markup
a.btn.btn-yellow.btn-lg(href="/") Взять кредит
span.abs-helper
.abs
a.btn-link.confirm-promo
span.dotted Ввести промо-код
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment