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
h1 { | |
border: 1px solid black; | |
padding: 15px; | |
} | |
.gender-container { | |
float:right; | |
width: 456px; | |
border: 1px solid black; | |
text-align: 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
h1 { | |
border: 1px solid black; | |
padding: 10px; | |
} | |
.gender-container { | |
float:right; | |
width: 242px; | |
text-align: center; | |
margin: 10px; |
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
h1 { | |
border: 1px solid black; | |
padding: 15px; | |
} | |
.gender-container { | |
float:right; | |
width: 456px; | |
border: 1px solid black; | |
text-align: 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
h1 { | |
border: 1px solid black; | |
padding: 15px; | |
} | |
.gender-containerb { | |
float:left; | |
width: 456px; | |
height: 800px; | |
border: 1px solid 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
h1 { | |
border: 1px solid black; | |
padding: 15px; | |
} | |
.tsl-logo { | |
float:right; |
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
h1 { | |
border: 1px solid black; | |
padding: 10px; | |
} | |
.gender-container { | |
float:right; | |
width: 242px; | |
text-align: center; | |
margin: 10px; |
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
h1 { | |
border: 1px solid black; | |
padding: 15px; | |
} | |
.tsl-logo { | |
float:right; | |
} | |
.gender-container { |
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::first-letter { | |
font-size: 2em; | |
} | |
h3 + p { | |
border-top: 3px dotted #bbb; | |
} | |
ul:nth-of-type(2) li:nth-child(3n) { | |
color: red; |
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
<script | |
src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"> | |
</script> | |
<script> | |
$(function() { | |
$('.me, .me2').click(function() { | |
$('.photo').toggleClass('swap'); | |
}); |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>JS Bin</title> | |
</head> | |
<body> | |
<a href = "#" onclick="calculate()"> | |
Calculate life time supply | |
</a> |
OlderNewer