、事前にあなたの助けに感謝!
.site-inner, .wrap {
margin: 0 auto;
max-width: 1100px;
}
.cubutton {
display: block;
box-sizing: border-box;
border-radius: 99999px;
background-color: #44ace8;
color: #fff;
cursor: pointer;
font-family: 'Quicksand', sans-serif;
font-size: 20px;
font-size: 2.0rem;
font-weight: 700;
text-align: center;
letter-spacing: 1px;
padding: 20px 40px 20px 40px;
margin-left: auto;
margin-right: auto;
margin-top: 25px;
margin-bottom: 25px;
width: 100%;
text-transform: uppercase;
-webkit-font-smoothing: antialiased;
-webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
あなたはここでの問題を示してマークアップではなく、将来的に誰を助けない明日変更されますあなたのウェブサイトへのリンクの最小限の例を投稿することが要求されます。 – Rob