Created
July 31, 2015 16:05
-
-
Save sinslav/d9fb377143417c812d72 to your computer and use it in GitHub Desktop.
CSS -> component position righ side of centred block element
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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