Box Info Profile
DEMO 3 - Box Info Profile
<style>
.contact-info{
text-align: center;
width: 650px;
margin: 20px auto;
padding: 20px;
background: rgba(255,255,255,0.8);
border-radius: 10px;
color:#111;
box-shadow: 0px 0px 9px rgba(0,0,0,0.7), 0px 4px 0px #00FF7F
}
.content{margin-top: 20px;}
.bottom{
line-height: 10px;
text-transform: uppercase;
font-weight: bold;
height:45px
}
.bottom p::before,.bottom p::after {
display: inline-block;
content:"";
width: 10px;
height: 10px;
border-radius: 50%;
margin: 1px 20px;
background: #FF0090;
box-shadow: inset 0px 2px 4px rgba(0,0,0,0.4)
}
.txt:before {margin: 10px 0 0 -110px}
.txt:after {margin: 10px 0 0 10px}
.txt {
font-family: "Open Sans", Sans-serif;
text-transform: uppercase;
font-weight: 700;
font-size: 20px;
letter-spacing: 0.1em;
text-align:center;
color:#39f;
text-shadow:1px 2px 1px #111
}
.txt:before, .txt:after {
content: " ";
position: absolute;
width: 100px;
height: 4px;
border-top: 2px solid #FF0090;
border-bottom: 2px solid #FF0090
}
</style>
<div class="contact-info">
<div class="txt">SAHABAT BLOGGER 77</div>
<div class="content">
...
Text In Here
...
</div>
<hr/>
<div class="bottom">
<p>Devy Indriyani</p>
</div>
</div>