こんにちはみんな、この例:私はサークルの境界線から離れて、すべてを行っていると私は見当がつかないFAアイコンの周りに円を作成し、私は私のFAアイコンの周りに円を作成しようとしています
この効果は、仕事を得るためにどのように、私はこれまでのところ、これを持っている:
HTML:
<div class="row icon-set">
<div class="col-md-3 text-center">
<p>
<i class="fa fa-lightbulb-o"></i>
</p>
<p class="title"><span class="underline-text">Awesome</span>
</p>
<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p>
</div>
</div>
CSS:
私は仕事に行くカント.parrlex1 .underline-text {
border-color: rgba(239,239,239,.5);
border-bottom-style: solid;
display: inline-block;
border-bottom-width: 3px;
padding-bottom: 7px;
}
.parrlex1 .title {
color: #ccb08a;
margin-top: 28px;
margin-bottom: 10px;
letter-spacing: 2px;
text-align: center;
text-transform: uppercase;
font-weight: 700;
}
.icon-set .fa-lightbulb-o {
font-size: 40px;
width: 100%;
height: 100%;
border-radius: 50%;
}
部分だけは助け
パーフェクト、助けのためのおかげで、また、円の真ん中になるようには完璧だった:) – RonTheOld