"3D Tags"
Bootstrap 4.1.1 Snippet by koshikojha

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <script defer src="https://use.fontawesome.com/releases/v5.6.3/js/all.js" integrity="sha384-EIHISlAOj4zgYieurP0SdoiBYfGJKkgWedPHH4jCzpCXLmzVsw1ouK59MuUtP4a1" crossorigin="anonymous"></script> <!-- Scripts and Links --> <div class="container"> <h1>CLICK ME!</h1> <div class="flexy"> <div class="badge"> <p>This</p> </div> <div class="badge"> <p>is</p> </div> <div class="badge"> <p>an</p> </div> <div class="badge"> <p>awesome</p> </div> <div class="badge"> <p>effect</p> </div> <div class="badge"> <p>for</p> </div> <div class="badge"> <p>CSS</p> </div> <div class="badge"> <p>tags</p> </div> <div class="badge"> <p>on</p> </div> <div class="badge"> <p>3D!</p> </div> </div> </div>
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700"); body { background-color: #ecf0f1; font-family: 'Lato', sans-serif; overflow: hidden; } .container { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; height: 90vh; } .flexy { width: 30%; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; } .badge { background-color: #6bb9f0; padding: .5rem .5rem; margin: .3rem; border-radius: 5px; color: #eee; cursor: pointer; -moz-user-select: none; user-select: none; box-shadow: 0 5px 0 0 #3da3eb; transition: .1s; font-size:14px; } .badge p{margin:0;} .badge:active { transform: translatey(4px); box-shadow: 0 1px 0 0 #3da3eb; } .profile { color: #555; position: absolute; top: .5rem; left: 1.5rem; display: flex; align-items: center; font-size: 1rem; } .profile .fa-codepen { margin-right: .5rem; } .profile .author a:link, .profile .author a:visited { color: inherit; text-transform: uppercase; font-weight: 300; text-decoration: none; }

Related: See More


Questions / Comments: