Created
February 8, 2013 14:47
-
-
Save ultim8k/4739445 to your computer and use it in GitHub Desktop.
Profile
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
/** | |
* Profile | |
*/ | |
.cnt{ | |
width: 400px; | |
height:200px; | |
margin:50px auto; | |
position:relative; | |
} | |
.radius img{ | |
height:100px; | |
border-radius:50%; | |
position:absolute; | |
left:192px; | |
bottom:100px; | |
} | |
.inverseRadius{ | |
padding: 20px; | |
height: 100px; | |
width: 200px; | |
background-image: radial-gradient(240px -10px, circle closest-corner, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 55px, #3399CC 57px, #3399CC 57px); | |
//box-shadow: 0 0 15px black; | |
position:absolute; | |
left:0; | |
bottom:0; | |
color: white; | |
font-family:Arial; | |
} | |
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="cnt"> | |
<div id="profile" class="radius"><img src="https://fbcdn-profile-a.akamaihd.net/hprofile-ak-ash3/c66.66.828.828/s160x160/23907_500671649966694_1377137854_n.jpg"></div> | |
<div id="content" class="inverseRadius"><p>Kostas</p><p>Web Developer</p></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
// 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":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment