Created
January 12, 2013 14:44
-
-
Save andrewdh/4518362 to your computer and use it in GitHub Desktop.
Text align within circle
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
/** | |
* Text align within circle | |
*/ | |
.info-title { | |
text-align: center; | |
color: #fff; | |
line-height: 1; | |
margin: 2em auto; | |
width: 4em; | |
} | |
.info-title:before { | |
content: ""; | |
display: block; | |
background-color: hsl(197, 100%, 63%); | |
height: 4em; | |
border-radius: 50%; | |
margin-bottom: -75%; | |
} |
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
<h2 class="info-title">Testy Text</h2> | |
<h2 class="info-title">Text</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
// alert('Hello world!'); |
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
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment