JSFiddle - React, Tailwind, and code Playground
by Michel Penke
HTML
<div class="post">
<ul class="tags">
<li><a href="http://bleiwüsten.de/app">app</a></li>
<li><a href="http://bleiwüsten.de/audio">audio</a></li>
<li><a href="http://bleiwüsten.de/data">data</a></li>
<li><a href="http://bleiwüsten.de/image">image</a></li>
<li><a href="http://bleiwüsten.de/multimedia">multimedia</a></li>
<li><a href="http://bleiwüsten.de/office">office</a></li>
<li><a href="http://bleiwüsten.de/plugin">plugin</a></li>
<li><a href="http://bleiwüsten.de/social">social</a></li>
<li><a href="http://bleiwüsten.de/video">video</a></li>
</ul>
</div>
<p>sfdgfvngfsfdvbfgfdvc vvf</p>
CSS
/*Social Icon*/
.footer-social-links {
font-size: 14px;
text-align: center;
}
.fa-margin {
margin-right: 5px;
}
.footer-social-links a {
width: 25px;
height: 25px;
line-height: 25px !important;
position: relative;
margin: 0 5px;
text-align: center;
display: inline-block;
color: #111 !important;
-webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
-moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
-o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
-ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
outline: none;
}
.footer-social-links a i,
.footer-social-links a span {
position: relative;
top: 1px;
left: 1px;
}
.footer-social-links a:before {
content: "";
display: inline-block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
border: 1px solid #111 !important;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
-moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
-o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
-ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.footer-social-links a:hover {
color: #fff !important;
}
.footer-social-links a:hover:before {
background: #111 !important;
}
/*Zwischen-Text-Design*/
.cont {
max-width: 50%;
margin: 40px auto;
font-weight: bold;"
}
.hr-text {
line-height: 1em;
position: relative;
outline: 0;
border: 0;
color: black;
text-align: center;
height: 1.5em;
opacity: .5;
}
.hr-text:before {
content: '';
...