1
I have this code (Bootstrap 4):
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.5/css/bootstrap.min.css" rel="stylesheet"/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.3.7/js/tether.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.5/js/bootstrap.min.js"></script>
<div class="form-inline">
<div class="col-lg-3 col-md-6">
<div class="card card-inverse card-primary text-xs-center">
<div class="card-block">
<blockquote class="card-blockquote">
<p><h3>12,345</h3></p>
<footer>Texto de Exemplo</footer>
</blockquote>
</div>
</div>
</div>
</div>
I would like to use a Fontawesome icon and let the icon lean against the right corner of the card, and the rest of the icon be invisible.
+1. I would include a
pointer-events:none
in the rule of.icon-card
p/ not keep showing that text selection cursor while hovering over the icon.– Renan Gomes
Hum broken http://i.imgur.com/9SCTphI.png
– KingRider
Don’t I understand...??? @Kingrider
– Kenny Rafael