"services"
Bootstrap 3.0.0 Snippet by evarevirus

<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.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 ----------> <!DOCTYPE html><html class=''> <head><script src='//production-assets.codepen.io/assets/editor/live/console_runner-079c09a0e3b9ff743e39ee2d5637b9216b3545af0de366d4b9aad9dc87e26bfd.js'></script><script src='//production-assets.codepen.io/assets/editor/live/events_runner-73716630c22bbc8cff4bd0f07b135f00a0bdc5d14629260c3ec49e5606f98fdd.js'></script><script src='//production-assets.codepen.io/assets/editor/live/css_live_reload_init-2c0dc5167d60a5af3ee189d570b1835129687ea2a61bee3513dee3a50c115a77.js'></script><meta charset='UTF-8'><meta name="robots" content="noindex"><link rel="shortcut icon" type="image/x-icon" href="//production-assets.codepen.io/assets/favicon/favicon-8ea04875e70c4b0bb41da869e81236e54394d63638a1ef12fa558a4a835f1164.ico" /><link rel="mask-icon" type="" href="//production-assets.codepen.io/assets/favicon/logo-pin-f2d2b6d2c61838f7e76325261b7195c27224080bc099486ddd6dccb469b8e8e6.svg" color="#111" /><link rel="canonical" href="https://codepen.io/Wahed98666/pen/RZPOJW?limit=all&page=53&q=service" /> <script src="https://use.fontawesome.com/a2e210f715.js"></script> <style class="cp-pen-styles">.section { width: 1100px; height: 450px; margin: 0 auto; font-family: 'Work Sans', sans-serif; } .col { width: 30%; display: inline-block; float: left; //background-color: green; margin-top: 45px; margin-right: 5%; transition: all 0.3s linear; //border-radius: 15px; } .col:last-child { margin-right: 0; } .iva_inner { width: 100%; text-align: center; display: table; } .icon{ position: relative; font-size: 40px; color: #000000; z-index:1; //display:table-cell; //vertical-align:middle; text-align:center; margin: 60px 0; } .icon:before { content:""; position: absolute; width: 0px; height: 0px; top:50%; left:50%; background: #222222; border-radius: 50%; z-index:-1; transition: all 0.4s ease-in-out; } .col:hover .icon:before { width:100px; height: 100px; top: -57%; left: 36%; } .content h2 {} .content p {margin: 20px 30px;} .col:hover { background-color: #e5e5ff; box-shadow: 0 13px 40px 0 rgba(62,68,93,.3), 0 2px 4px 0 rgba(62,68,93,.06); transform: translateY(-5px); } .col:hover .icon { color: #D4AF37; } .col:after, .col:before { transform: scaleX(0); transition: transform 250ms ease-in-out; display:block; content: ''; border-bottom: solid 3px #019fb6; } .col:hover:before { transform: scaleX(1); } .col:hover:after { /* content: ""; width: 45px; height: 2px; left: 43%; right: 50%; background-color: blue; position: absolute; bottom: 15px;*/ transform: scaleX(1); } </style></head><body> <head> <link href="https://fonts.googleapis.com/css?family=Work+Sans:400,500,600,700" rel="stylesheet"> </head> <body> <div class="section"> <div class="col"> <div class="iva_inner"> <div class="icon"><i class="fa fa-ravelry" aria-hidden="true"></i> </div> <div class="content"> <h2>Spend Money</h2> <p>This is some example text under the heading for the services section which sir want to upload on the website</p> </div> </div> </div> <div class="col"> <div class="iva_inner"> <div class="icon"><i class="fa fa-ravelry" aria-hidden="true"></i> </div> <div class="content"> <h2>Set Budget</h2> <p>This is some example text under the heading for the services section which sir want to upload on the website</p> </div> </div> </div> <div class="col"> <div class="iva_inner"> <div class="icon"><i class="fa fa-ravelry" aria-hidden="true"></i> </div> <div class="content"> <h2>Security</h2> <p>This is some example text under the heading for the services section which sir want to upload on the website</p> </div> </div> </div> </div> </body> </body></html>

Related: See More


Questions / Comments: