JSFiddle - React, Tailwind, and code Playground
by unknown601
HTML
<div class="c2">
<div class="sidebar sidebar-primary theme-info-sidebar">
<div class="text_box">
<div class="gsb">
<div class="get_started">
<a class="button3" target="_blank" href="https://www.facebook.com/sharer/sharer.php?s=100&p[url]=http://themedy.com/themes/grind/&p[title]=Grind - A child theme for Thesis and Genesis&p[images][0]=http://themedy.com/wp-content/uploads/2012/09/grind-demo-header.jpg&p[summary]=">Get More Clients</a>
</div>
</div>
</div>
</div>
CSS
columns > .c2 {
box-sizing: border-box;
}
.sidebar {
display: inline;
line-height: 1.5;
}
.gsb {
margin: 0 auto;
width: 100%;
}
.get_started {
margin: 0 auto;
width: 100%;
}
.get_started .button3:before {
display: inline-block;
padding-right: 7px;
vertical-align: middle;
}
.get_started .button3 {
background: none repeat scroll 0 0 #2d609b;
font-size: 18px;
text-align: center;
text-transform: none;
width: 80%;
}
.button3 {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background-color: #cd3333;
border-color: rgba(0, 0, 0, 0.15);
border-image: none;
border-style: solid;
border-width: 0 0 4px;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 1.25rem;
font-weight: bold;
line-height: 28px;
padding: 1rem 2.25rem 0.8125rem;
text-decoration: none;
text-transform: uppercase;
width: auto;
}