This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <section> | |
| <div class="container"> | |
| <div class="row"> | |
| <div class="mx-auto"> | |
| <div class="col-lg-12 position-relative" style="overflow:visible !important;"> | |
| <div class="centering-element"> | |
| <div class="w-75"> | |
| <h1 class="display-1 heading-big heading-big-square text-left" style="word-wrap:visible">CSS<br/>is<br/>Awesome</h1> | |
| </div> | |
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| body { | |
| font-family: Arial, sans-serif; | |
| background-color: white; | |
| } | |
| .centering-element{ | |
| margin: 0; | |
| min-height: 100vh; | |
| height: 100%; | |
| display: grid; | |
| justify-content: center; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| body { | |
| background-color: black; | |
| margin: 5rem 4rem; | |
| text-align: center; | |
| font-family: 'Poppins', 'sans-serif'; | |
| } | |
| h1, h2 { | |
| margin: 0; | |
| padding: 0; | |
| color: white; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="hello-world"> | |
| <h1>H</h1> | |
| <h1>E</h1> | |
| <h1>L</h1> | |
| <h1>L</h1> | |
| <h1>O</h1> | |
| <br/> | |
| <h2>W</h2> | |
| <h2>O</h2> | |
| <h2>R</h2> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="container py-5"> | |
| <h1 class="text-center font-weight-bold text-light mb-5 pb-3 display-4">Responsive <span class="px-2 bg-secondary">Card</span> Component</h1> | |
| <div class="card-group"> | |
| <div class="col-md-4 py-3"> | |
| <div class="card text-white bg-dark"> | |
| <img src="https://source.unsplash.com/random/800x400/?caferacer" class="card-img-top" alt="Card Component"> | |
| <div class="card-body"> | |
| <div class="card-title"> | |
| <h5><a href="javascript:;">CB100 Classic Ride Custom Build</a></h5> | |
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @import url('https://fonts.googleapis.com/css?family=Merriweather:400,700,900&display=swap'); | |
| body { | |
| background-color: hsl(0, 0%, 30%); | |
| } | |
| h1, h2, h3, h4, h5 { font-weight: 700; } | |
| a { | |
| color: var(--light); | |
| &:hover { | |
| color: var(--secondary); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="container-fluid bg-dark p-1 p-md-5"> | |
| <div class="row bg-light no-gutters p-1 p-md-5"> | |
| <div class="col-12 col-sm-12 col-md-12 col-lg-12 col-xl-6"> | |
| <div class="container no-gutters mx-auto"> | |
| <div class="position-relative"> | |
| <img class="img-fluid ilist-c pt-3 text-center" src="https://placeimg.com/1280/1940/people"/> | |
| <div class="img-headline px-3 px-sm-2">Be Happy and Smile!</div> | |
| </div> | |
| <div class="small mt-2 text-center">Text by : <a href="https://www.lipsum.com/" target="_blank" class="text-muted">Lipsum</a> and Image by : <a href="https://placeimg.com" target="_blank" class="text-muted">Placeimg</a>. | |
| Made by <a href="https://dyarfi.github.io/" target="_blank" class="text-muted">dyarfi.github.io</a></div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @import "https://fonts.googleapis.com/css?family=Playfair+Display:300,400,600,700,900"; | |
| body { | |
| font-size: .95rem; | |
| } | |
| h1,h2,h3,h4,h4 { | |
| font-family: 'Playfair Display', sans-serif; | |
| font-weight: 900; | |
| } | |
| .content { | |
| &:first-letter { |