Pen Settings

HTML

CSS

CSS Base

Vendor Prefixing

Add External Stylesheets/Pens

Any URLs added here will be added as <link>s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.

+ add another resource

JavaScript

Babel includes JSX processing.

Add External Scripts/Pens

Any URL's added here will be added as <script>s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.

+ add another resource

Packages

Add Packages

Search for and use JavaScript packages from npm here. By selecting a package, an import statement will be added to the top of the JavaScript editor for this package.

Behavior

Auto Save

If active, Pens will autosave every 30 seconds after being saved once.

Auto-Updating Preview

If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.

Format on Save

If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.

Editor Settings

Code Indentation

Want to change your Syntax Highlighting theme, Fonts and more?

Visit your global Editor Settings.

HTML

              
                
<div id="content">
            <section class="links">
                <nav class="link-effect-1">
                    <a href="#"><span data-hover="Ironman">Ironman</span></a>
                    <a href="#"><span data-hover="Batman">Batman</span></a>
                    <a href="#"><span data-hover="Deadpool">Deadpool</span></a>
                    <a href="#"><span data-hover="Wolverine">Wolverine</span></a>
                    <a href="#"><span data-hover="Superman">Superman</span></a>
                </nav>
            </section>
            <section class="links">
                <nav class="link-effect-2" id="link-effect-2">
                    <a href="#link-effect-2"><span data-hover="Ironman">Ironman</span></a>
                    <a href="#link-effect-2"><span data-hover="Batman">Batman</span></a>
                    <a href="#link-effect-2"><span data-hover="Deadpool">Deadpool</span></a>
                    <a href="#link-effect-2"><span data-hover="Wolverine">Wolverine</span></a>
                    <a href="#link-effect-2"><span data-hover="Superman">Superman</span></a>
                </nav>
            </section>
            <section class="links">
                <nav class="link-effect-3" id="link-effect-3">
                    <a href="#link-effect-4" data-hover="Ironman">Ironman</a>
                    <a href="#link-effect-4" data-hover="Batman">Batman</a>
                    <a href="#link-effect-4" data-hover="Deadpool">Deadpool</a>
                    <a href="#link-effect-4" data-hover="Wolverine">Wolverine</a>
                    <a href="#link-effect-4" data-hover="Superman">Superman</a>
                </nav>
            </section>
            <section class="links">
                <nav class="link-effect-4" id="link-effect-4">
                    <a href="#link-effect-3" data-hover="Ironman">Ironman</a>
                    <a href="#link-effect-3" data-hover="Batman">Batman</a>
                    <a href="#link-effect-3" data-hover="Deadpool">Deadpool</a>
                    <a href="#link-effect-3" data-hover="Wolverine">Wolverine</a>
                    <a href="#link-effect-3" data-hover="Superman">Superman</a>
                </nav>
            </section>
            <section class="links">
                <nav class="link-effect-5" id="link-effect-5">
                    <a href="#link-effect-5" data-hover="Ironman">Ironman</a>
                    <a href="#link-effect-5" data-hover="Batman">Batman</a>
                    <a href="#link-effect-5" data-hover="Deadpool">Deadpool</a>
                    <a href="#link-effect-5" data-hover="Wolverine">Wolverine</a>
                    <a href="#link-effect-5" data-hover="Superman">Superman</a>
                </nav>
            </section>
            <section class="links">
                <nav class="link-effect-6" id="link-effect-6">
                    <a href="#link-effect-6" data-hover="Ironman">Ironman</a>
                    <a href="#link-effect-6" data-hover="Batman">Batman</a>
                    <a href="#link-effect-6" data-hover="Deadpool">Deadpool</a>
                    <a href="#link-effect-6" data-hover="Wolverine">Wolverine</a>
                    <a href="#link-effect-6" data-hover="Superman">Superman</a>
                </nav>
            </section>
            <section class="links">
                <nav class="link-effect-7" id="link-effect-7">
                    <a href="#link-effect-7" data-hover="Ironman">Ironman</a>
                    <a href="#link-effect-7" data-hover="Batman">Batman</a>
                    <a href="#link-effect-7" data-hover="Deadpool">Deadpool</a>
                    <a href="#link-effect-7" data-hover="Wolverine">Wolverine</a>
                    <a href="#link-effect-7" data-hover="Superman">Superman</a>
                </nav>
            </section>
            <section class="links">
                <nav class="link-effect-8" id="link-effect-8">
                    <a href="#link-effect-8">Ironman</a>
                    <a href="#link-effect-8">Batman</a>
                    <a href="#link-effect-8">Deadpool</a>
                    <a href="#link-effect-8">Wolverine</a>
                    <a href="#link-effect-8">Superman</a>
                </nav>
            </section>
            <section class="links">
                <nav class="link-effect-9" id="link-effect-9">
                    <a href="#link-effect-9">Ironman</a>
                    <a href="#link-effect-9">Batman</a>
                    <a href="#link-effect-9">Deadpool</a>
                    <a href="#link-effect-9">Wolverine</a>
                    <a href="#link-effect-9">Superman</a>
                </nav>
            </section>
            <section class="links">
                <nav class="link-effect-10" id="link-effect-10">
                    <a href="#link-effect-10"><span>Ironman</span></a>
                    <a href="#link-effect-10"><span>Batman</span></a>
                    <a href="#link-effect-10"><span>Deadpool</span></a>
                    <a href="#link-effect-10"><span>Wolverine</span></a>
                    <a href="#link-effect-10"><span>Superman</span></a>
                </nav>
            </section>
            <section class="links">
                <nav class="link-effect-11" id="link-effect-11">
                    <a href="#link-effect-11"><span>Ironman</span></a>
                    <a href="#link-effect-11"><span>Batman</span></a>
                    <a href="#link-effect-11"><span>Deadpool</span></a>
                    <a href="#link-effect-11"><span>Wolverine</span></a>
                    <a href="#link-effect-11"><span>Superman</span></a>
                </nav>
            </section>
            <section class="links">
                <nav class="link-effect-12" id="link-effect-12">
                    <a href="#link-effect-12"><span>Ironman</span></a>
                    <a href="#link-effect-12"><span>Batman</span></a>
                    <a href="#link-effect-12"><span>Deadpool</span></a>
                    <a href="#link-effect-12"><span>Wolverine</span></a>
                    <a href="#link-effect-12"><span>Superman</span></a>
                </nav>
            </section>
            <section class="links">
                <nav class="link-effect-13" id="link-effect-13">
                    <a href="#link-effect-13"><span>Ironman</span></a>
                    <a href="#link-effect-13"><span>Batman</span></a>
                    <a href="#link-effect-13"><span>Deadpool</span></a>
                    <a href="#link-effect-13"><span>Wolverine</span></a>
                    <a href="#link-effect-13"><span>Superman</span></a>
                </nav>
            </section>
            <section class="links">
                <nav class="link-effect-14" id="link-effect-14">
                    <a href="#link-effect-14"><span>Ironman</span></a>
                    <a href="#link-effect-14"><span>Batman</span></a>
                    <a href="#link-effect-14"><span>Deadpool</span></a>
                    <a href="#link-effect-14"><span>Wolverine</span></a>
                    <a href="#link-effect-14"><span>Superman</span></a>
                </nav>
            </section>
           
        </div>
              
            
!

CSS

              
                @import "compass/css3";

@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);


// The micro clearfix 
// ------------------
@mixin clearfix { 
	*zoom:1;
    &:before, &:after { 
		content: ""; 
		display: table; 
	}
    &:after { 
		clear: both; 
	}
}


a{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:20px;
   text-decoration:none;
}


.links{
	@include clearfix;
	padding:50px;
	@include box-sizing(border-box);
	text-align: center;
	background: #313131;

}

.link-effect-1 {
	text-align:center;
	a {
		@include perspective(900px);
		color: white;
		font-family: 'Roboto Condensed', sans-serif;
		font-size:20px;
		line-height: 44px;
		 span {
			position: relative;
			padding: 0 14px;
			background: #797878;
			@include inline-block;
			@include transition (.3s);
			@include transform-origin (50% 0);
			@include transform-style (preserve-3d);
			&::before {
				position: absolute;
				top: 100%;
				left: 0;
				width: 100%;
				height: 100%;
				background: #565555;
				content: attr(data-hover);
				@include transition (background .3s);
				@include transform (rotateX(-90deg));
				@include transform-origin (50% 0);
			}
		}
		&:hover,
		&:focus{
			span{
				@include transform (rotateX(90deg) translateY(-22px));
				&::before{
					background: #666464;	

				}
			}
		}
	}
}

/* Effect 5: same word slide in */
.link-effect-2{
	overflow: hidden;
	a {
		overflow: hidden;
		padding: 20px;
		height: 1em;
		color: #797878;
		font-weight: 400;
		 span {
			position: relative;
			display: inline-block;
			@include transition(.3s);
			&::before {
				color: white;
				position: absolute;
				top: 100%;
				content: attr(data-hover);
				font-weight: 800;
				@include transform(translate3d(0,0,0));
			}
		}
		&:hover{
			span{
				@include transform(translateY(-100%));
			}
		}
	}
} 




.link-effect-3 {
	a {
		padding: 10px 0;
		margin: 0 20px;
		color: #797878;
		text-shadow: none;
		position: relative;
		&::before {
			position: absolute;
			top: 0;
			left: 0;
			overflow: hidden;
			padding: 10px 0;
			max-width: 0;
			border-bottom: 2px solid #fff;
			color: #fff;
			content: attr(data-hover);
			-webkit-transition: max-width 0.5s;
			-moz-transition: max-width 0.5s;
			transition: max-width 0.5s;
		}
		&:hover{
			&::before{
				max-width: 100%;
			}
		}
	}
} 



.link-effect-4 {
	a {
		padding: 0 10px;
		margin: 0 20px;
		color: #797878;
		text-shadow: none;
		position: relative;
		&::before {
			position: absolute;
			top: 0;
			left: 0;
			overflow: hidden;
			padding: 0 10px;
			max-height: 0;
			// border-bottom: 2px solid #fff;
			color: #fff;
			content: attr(data-hover);
			-webkit-transition: max-height 0.5s;
			-moz-transition: max-height 0.5s;
			transition: max-height 0.5s;
		}
		&:hover{
			&::before{
				max-height: 100%;
			}
		}
	}
} 


.link-effect-5 {
	a {
		padding: 0 10px;
		margin: 0 20px;
		color: #797878;
		text-shadow: none;
		position: relative;
		// @include transition(.3s);
		&::before {
			position: absolute;
			top: 0;
			left: 0;
			overflow: hidden;
			padding: 0 10px;
			color: #fff;
			content: attr(data-hover);
			@include transition(.3s ease-out);
			@include scale(1.4);
			opacity: 0;
			
		}
		&:hover{
			&::before{
				@include scale(1);
				opacity: 1;
			}
		}
	}
} 

.link-effect-6 {
	a {
		color: rgba(0,0,0,0.4);
		font-weight: 700;
		text-shadow: none;
		margin: 0 20px;
		&::before {
			color: #797878;
			content: attr(data-hover);
			position: absolute;
			-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
			-moz-transition: -moz-transform 0.3s, opacity 0.3s;
			transition: transform 0.3s, opacity 0.3s;
		}
		&:hover{
			&::before {
				-webkit-transform: scale(0.9);
				-moz-transform: scale(0.9);
				transform: scale(0.9);
				opacity: 0;
			}
		}
	}
}

.link-effect-7 {
	@include perspective(900px);
	a {
		color: rgba(0,0,0,0.4);
		font-weight: 700;
		text-shadow: none;
		margin: 0 20px;
		@include transition (.3s);
		&::before {
			color: white;
			content: attr(data-hover);
			position: absolute;
			@include transition (.3s);
			@include transform-origin (50% 0);
			@include transform-style (preserve-3d);

		}
		&:hover{
			color: #797878;
			&::before {
				@include transform (translateY(22px) rotateX(-90deg));
			}
		}
	}
}


.link-effect-8 {
	a {
		color: #797878;
		margin: 0 20px;
		padding: 5px 0;
		position: relative;
		@include transition(.3s ease-out .1s);
		&::before {
			height: 2px;
			width: 100%;
			background: #797878;
			content: "";
			position: absolute;
			left: 0;
			top: 0;
			visibility: hidden;
			@include transition (.3s);

		}
		&::after {
			height: 2px;
			width: 100%;
			background: #797878;
			content: "";
			position: absolute;
			left: 0;
			top: 100%;
			visibility: hidden;
			@include transition (.3s);
		}
		&:hover{
			color: white;
			&::before {
				visibility: visible;
				top: 100%;
				background: white;
				
			}
			&::after {
				visibility: visible;
				top: 0;
				background: white;
			}
		}
	}
}




.link-effect-9 {
	a {
		color: #797878;
		margin: 0 20px;
		padding: 10px 0;
		position: relative;
		@include transition(.3s ease-out .1s);
		&::after {
			height: 2px;
			width: 100%;
			background: white;
			content: "";
			position: absolute;
			left: 0px;
			bottom: 0;
			@include scaleX(0);
			@include transition (.3s);
		}
		&:hover{
			&::after {
				@include scaleX(1);
				
			}
		}
	}
}



.link-effect-10 {
	a {
		color: #797878;
		margin: 0 20px;
		padding: 10px;
		position: relative;
		@include transition(.3s ease-out .1s);
		span{
			&::before{
				height: 100%;
				width: 2px;
				background: white;
				content: "";
				position: absolute;
				left: 0;
				top: 0;
				@include scaleY(0);
				@include transition (.3s);
			}
			&::after{
				height: 100%;
				width: 2px;
				background: white;
				content: "";
				position: absolute;
				right: 0;
				top: 0;
				@include scaleY(0);
				@include transition (.3s);
			}
		}
		&::before {
			height: 2px;
			width: 100%;
			background: white;
			content: "";
			position: absolute;
			left: 0;
			top: 0;
			@include scaleX(0);
			@include transition (.3s);
		}
		&::after {
			height: 2px;
			width: 100%;
			background: white;
			content: "";
			position: absolute;
			left: 0px;
			bottom: 0;
			@include scaleX(0);
			@include transition (.3s);
		}
		&:hover{
			color: white;
			&::before,
			&::after {
				@include scaleX(1);
			}
			span{
				&::before,
				&::after {
				@include scaleY(1);
				}
			}
		}
	}
}


.link-effect-11 {
	a {
		color: #797878;
		margin: 0 20px;
		padding: 10px;
		position: relative;
		overflow: hidden;
		display: inline-block;
		@include transition(.3s ease-out .1s);
		span{
			&::before{
				width: 100%;
				height: 2px;
				background: white;
				content: "";
				position: absolute;
				left: 0;
				top: 0;
				@include transition (.3s);
				@include translateX (-100%);
			}
			&::after{
				width: 100%;
				height: 2px;
				background: white;
				content: "";
				position: absolute;
				right: 0;
				bottom: 0;
				@include transition (.3s);
				@include translateX (100%);

			}
		}
		&::before {
			width: 2px;
			height: 100%;
			background: white;
			content: "";
			position: absolute;
			left: 0;
			top: 0;
			@include translateY (-100%);
			@include transition (.3s);
		}
		&::after {
			width: 2px;
			height: 100%;
			background: white;
			content: "";
			position: absolute;
			right: 0px;
			bottom: 0;
			@include translateY (100%);
			@include transition (.3s);
		}
		&:hover{
			color: white;
			&::before,
			&::after {
				@include translateX (0);
			}
			span{
				&::before,
				&::after {
				@include translateX (0);
				}
			}
		}
	}
}

.link-effect-12 {
	a {
		color: #797878;
		margin: 0 20px;
		padding: 10px;
		position: relative;
		overflow: hidden;
		display: inline-block;
		@include transition(.3s ease-out .1s);
		span{
			&::before{
				width: 100%;
				height: 2px;
				background: white;
				content: "";
				position: absolute;
				left: 0;
				top: 0;
				@include transition (.1s);
				@include translateX (-100%);
			}
			&::after{
				width: 100%;
				height: 2px;
				background: white;
				content: "";
				position: absolute;
				right: 0;
				bottom: 0;
				@include transition (.1s .2s);
				@include translateX (100%);

			}
		}
		&::before {
			width: 2px;
			height: 100%;
			background: white;
			content: "";
			position: absolute;
			left: 0;
			top: 0;
			@include translateY (100%);
			@include transition (.1s .3s);

		}
		&::after {
			width: 2px;
			height: 100%;
			background: white;
			content: "";
			position: absolute;
			right: 0px;
			bottom: 0;
			@include translateY (-100%);
			@include transition (.1s .1s);

		}
		&:hover{
			color: white;
			&::before,
			&::after {
				@include translateX (0);
			}
			span{
				&::before,
				&::after {
				@include translateX (0);
				}
			}
		}
	}
}

.link-effect-13 {
	a {
		color: #797878;
		margin: 0 20px;
		padding: 10px;
		position: relative;
		overflow: hidden;
		display: inline-block;
		@include transition(.3s ease-out .3s);
		span{
			&::before{
				width: 100%;
				height: 2px;
				background: white;
				content: "";
				position: absolute;
				left: 0;
				top: 0;
				@include translateX (-100%);
				@include transition (.3s);
			}
			&::after{
				width: 100%;
				height: 2px;
				background: white;
				content: "";
				position: absolute;
				right: 0;
				bottom: 0;
				@include translateX (100%);
				@include transition (.3s);
			}
		}
		&::before {
			width: 2px;
			height: 100%;
			background: white;
			content: "";
			position: absolute;
			left: 0;
			top: 0;
			@include translateY (100%);
			@include transition (.3s);

		}
		&::after {
			width: 2px;
			height: 100%;
			background: white;
			content: "";
			position: absolute;
			right: 0px;
			bottom: 0;
			@include translateY (-100%);
			@include transition (.3s);

		}
		&:hover{
			color: white;
			&::before,
			&::after {
				@include translateX (0);
			}
			span{
				&::before,
				&::after {
				@include translateX (0);
				}
			}
		}
	}
}



.link-effect-14 {
	a {
		color: #797878;
		margin: 0 20px;
		padding: 10px 20px;
		position: relative;
		overflow: hidden;
		display: inline-block;
		@include transition(.3s ease-out);
		span{
			&::before{
				width: 5px;
				height: 5px;
				background: transparent;
				content: "";
				position: absolute;
				left: 0;
				top: 0;
				border-top: 2px solid white;
				border-left: 2px solid white;
				@include transition (.3s);
				opacity: 0;
			}
			&::after{
				width: 5px;
				height: 5px;
				background: transparent;
				content: "";
				position: absolute;
				right: 0;
				bottom: 0;
				border-right: 2px solid white;
				border-bottom: 2px solid white;
				@include transition (.3s);
				opacity: 0;

			}
		}
		&::before {
			width: 5px;
			height: 5px;
			background: transparent;
			content: "";
			position: absolute;
			right: 0;
			top: 0;
			border-right: 2px solid white;
			border-top: 2px solid white;
			@include transition (.3s);
			opacity: 0;
		}
		&::after {
			width: 5px;
			height: 5px;
			background: transparent;
			content: "";
			position: absolute;
			left: 0;
			bottom: 0;
			border-left: 2px solid white;
			border-bottom: 2px solid white;
			@include transition (.3s);
			opacity: 0;
		}
		&:hover{
			color: white;
			&::before{
				opacity: 1;
				right: 5px;
				top: 5px;
			}
			&::after{
				opacity: 1;
				left: 5px;
				bottom: 5px;
			}
			span{
				&::before{
					opacity: 1;
					left: 5px;
					top: 5px;
				}
				&::after{
					opacity: 1;
					right: 5px;
					bottom: 5px;
				}
			}
		}
	}
}
              
            
!

JS

              
                
              
            
!
999px

Console