Skip to content

Instantly share code, notes, and snippets.

@Avesha-2016
Created February 15, 2017 11:02
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 Avesha-2016/9bb89ce114fe353b2f1faa6bb9826733 to your computer and use it in GitHub Desktop.
Save Avesha-2016/9bb89ce114fe353b2f1faa6bb9826733 to your computer and use it in GitHub Desktop.
<p><a href="№" target="_blank" class="button">+ система хранения</a></p>
.button::after {
border: 2px solid #000;
border-radius: 4px;
color: #000;
content: "";
cursor: pointer;
font-size: 18px;
font-weight: 600;
height: 100%;
letter-spacing: 3px;
padding: 20px 25px;
position: absolute;
right: 0;
text-transform: uppercase;
top: 0;
transform: skew(-10deg);
width: 100%;
}
.button {
display: inline-block;
font-size: 25px;
margin: 29px 0 0 100px;
padding: 10px 20px;
position: relative;
}
@Avesha-2016
Copy link
Author

Оформление кнопки "под углом"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment