Return to Snippet

Revision: 38238
at December 29, 2010 11:14 by mattneary


Initial Code
#content{
			width: 50%;
			position: absolute;
			left: 25%;
			background-color: #444444;
			height: 800px;
		}
		#heading{
			width: 70%;
			margin-left: -30px;
			background-color: #cccccc;
			padding: 10px;
			position: relative;
		}
		#triangle{
			border-color: black;
			border-style: solid;
			line-height: 0;
			border: 0 solid transparent;/*Default*/
			border-left: 30px solid transparent;
			border-top: 15px solid #999999;
			top: 100%;
			left: 0;
			position: absolute;
		}

Initial URL


Initial Description


Initial Title
Folded Back Heading

Initial Tags


Initial Language
CSS