"Boxes with icon hover"
Bootstrap 3.1.0 Snippet by 4l3x4ndr3

<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="container"> <div class="row"> <!-- Boxes de Acoes --> <div class="col-xs-12 col-sm-6 col-lg-4"> <div class="box"> <div class="icon"> <div class="image"><i class="fa fa-thumbs-o-up"></i></div> <div class="info"> <h3 class="title">Made with Bootstrap</h3> <p> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed in lobortis nisl, vitae iaculis sapien. Phasellus ultrices gravida massa luctus ornare. Suspendisse blandit quam elit, eu imperdiet neque semper. </p> <div class="more"> <a href="#" title="Title Link"> Read More <i class="fa fa-angle-double-right"></i> </a> </div> </div> </div> <div class="space"></div> </div> </div> <div class="col-xs-12 col-sm-6 col-lg-4"> <div class="box"> <div class="icon"> <div class="image"><i class="fa fa-flag"></i></div> <div class="info"> <h3 class="title">Icons by Font Awesome</h3> <p> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed in lobortis nisl, vitae iaculis sapien. Phasellus ultrices gravida massa luctus ornare. Suspendisse blandit quam elit, eu imperdiet neque semper. </p> <div class="more"> <a href="#" title="Title Link"> Read More <i class="fa fa-angle-double-right"></i> </a> </div> </div> </div> <div class="space"></div> </div> </div> <div class="col-xs-12 col-sm-6 col-lg-4"> <div class="box"> <div class="icon"> <div class="image"><i class="fa fa-desktop"></i></div> <div class="info"> <h3 class="title">Desktop Friendly</h3> <p> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed in lobortis nisl, vitae iaculis sapien. Phasellus ultrices gravida massa luctus ornare. Suspendisse blandit quam elit, eu imperdiet neque semper. </p> <div class="more"> <a href="#" title="Title Link"> Read More <i class="fa fa-angle-double-right"></i> </a> </div> </div> </div> <div class="space"></div> </div> </div> <!-- /Boxes de Acoes --> </div> </div>
@import "//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css"; @import "http://fonts.googleapis.com/css?family=Roboto:400,500"; .box > .icon { text-align: center; position: relative; } .box > .icon > .image { position: relative; z-index: 2; margin: auto; width: 88px; height: 88px; border: 8px solid white; line-height: 88px; border-radius: 50%; background: #63B76C; vertical-align: middle; } .box > .icon:hover > .image { background: #333; } .box > .icon > .image > i { font-size: 36px !important; color: #fff !important; } .box > .icon:hover > .image > i { color: white !important; } .box > .icon > .info { margin-top: -24px; background: rgba(0, 0, 0, 0.04); border: 1px solid #e0e0e0; padding: 15px 0 10px 0; } .box > .icon:hover > .info { background: rgba(0, 0, 0, 0.04); border-color: #e0e0e0; color: white; } .box > .icon > .info > h3.title { font-family: "Roboto",sans-serif !important; font-size: 16px; color: #222; font-weight: 500; } .box > .icon > .info > p { font-family: "Roboto",sans-serif !important; font-size: 13px; color: #666; line-height: 1.5em; margin: 20px;} .box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a { color: #222; } .box > .icon > .info > .more a { font-family: "Roboto",sans-serif !important; font-size: 12px; color: #222; line-height: 12px; text-transform: uppercase; text-decoration: none; } .box > .icon:hover > .info > .more > a { color: #fff; padding: 6px 8px; background-color: #63B76C; } .box .space { height: 30px; }

Related: See More


Questions / Comments:

how do i transfer this to become mobile friendly?

emeyih () - 7 years ago - Reply 0


How do I place recaptcha google ? help me please

Rodrigo de Souza Teixeira () - 9 years ago - Reply 0


i like , but i need put recaptcha google, can you help me, please

Rodrigo de Souza Teixeira () - 9 years ago - Reply 0


You should use some HTML and stop it from resizing X on your text area.

Blaze Rowland () - 9 years ago - Reply 0


If you are getting a weird symbol next to the globe take out the space and add   and that will get rid of it

Nico () - 10 years ago - Reply 0


Sorry add "&n b s p ; "but without the spaces

Nico () - 10 years ago - Reply 0


Could we please get a simple PHP script to go along with this?

Guest () - 10 years ago - Reply 0


Your best option is to use a formmail script. I don't think mazsurguy REALLY wants or is caple of doing an entire php script by himself. There are thousands of security issues. Here is the website to the best formmailer out there:

http://www.tectite.com/

Guest () - 10 years ago - Reply 0


Can you provide the php to get this to work on an actual page?

Andrew NL () - 10 years ago - Reply 0


Depends on the requirements of the page... what version of PHP are you using? Do you want this in an application?

maxsurguy () - 10 years ago - Reply 0


Yes please :D I want to place it in the bottom of my site. www.andrewnl.com

Andrew NL () - 10 years ago - Reply 0