Toggle navigation
Bootsnipp
Bootstrap
For
CSS Frameworks
Bootstrap
Foundation
Semantic UI
Materialize
Pure
Bulma
References
CSS Reference
Tools
Community
Page Builder
Form Builder
Button Builder
Icon Search
Dan's Tools
Diff / Merge
Color Picker
Keyword Tool
Web Fonts
.htaccess Generator
Favicon Generator
Site Speed Test
Snippets
Featured
Tags
By Bootstrap Version
4.1.1
4.0.0
3.3.0
3.2.0
3.1.0
3.0.3
3.0.1
3.0.0
2.3.2
Register
Login
"Text transition with simple html/css"
Bootstrap 4.1.1 Snippet by
juned_shaikh
4.1.1
Preview
HTML
CSS
View Full Screen
Fork
Fork this
5.6K
 
4 Fav
Post to Facebook
Tweet this
<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 ----------> <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800" rel="stylesheet"> <section class="banner"> <div class="container-fluid"> <div class="row"> <div class="col-lg-12"> <span class="text_1">Welcome in</span> <span class="text_2">DarkPAGE <div class="bg_hover"> </div> </span> </div> </div> </div> </section>
body{background: #000;} .banner{position: absolute; text-align: center; top:50%; left:50%; transform:translate(-50%,-50%);} .banner span{color: #fff; text-transform: uppercase; display: block; font-family:open sans;} .banner .text_1{font-size: 60px; font-weight: 700; letter-spacing:8px; margin-bottom: 20px; background: #000; position: relative; animation: text 3s 1; z-index: 999;} .banner .text_2{ font-size: 30px; color: #ff8d00; position: relative; border-top: 2px solid #fff; border-bottom: 2px solid #fff; } .text_2::before{ position: absolute; content: ''; top:0;left: 0;width: 0;height: 100%;background-color: white; transform-origin:left; transition:width 1s cubic-bezier(0.46, 0.03, 0.52, 0.96); z-index:-1; overflow: hidden;} .text_2:hover::before{width: 100%;} .banner .text_2:hover{font-style: italic; color:#000; transition: ease 2s;} @keyframes text{ 0%{ color: black; margin-bottom: -40px; } 30%{ letter-spacing: 25px; margin-bottom: -40px; } 80%{ letter-spacing: 8px; margin-bottom: -40px; } }
Questions / Comments:
Post
Posting Guidelines
Formatting
- Now
×
Close
Donate
BTC: 12JxYMYi6Vt3mx3hcmP3B2oyFiCSF3FhYT
ETH: 0xCD715b2E3549c54A40e6ecAaFeB82138148a6c76