Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Заголовок документа</title>
<style>
body {
background: #560059;
color:#eeeeee;
font-family:Arial;
font-size:16px;
}
.wrapper {
margin: 80px auto;
text-align: center;
width: 100%;
position: relative;
}
.button {
padding: 15px 100px;
margin:10px 4px;
color: #eee;
font-family: sans-serif;
text-transform: uppercase;
text-align: center;
position: relative;
text-decoration: none;
display:inline-block;
border:1px solid ;
}
.button::before{
content: "";
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;