Skip to content

Instantly share code, notes, and snippets.

View katherineschultz's full-sized avatar

katherineschultz

View GitHub Profile
h1 {
border: 1px solid black;
padding: 15px;
}
.gender-container {
float:right;
width: 456px;
border: 1px solid black;
text-align: center;
h1 {
border: 1px solid black;
padding: 10px;
}
.gender-container {
float:right;
width: 242px;
text-align: center;
margin: 10px;
h1 {
border: 1px solid black;
padding: 15px;
}
.gender-container {
float:right;
width: 456px;
border: 1px solid black;
text-align: center;
h1 {
border: 1px solid black;
padding: 15px;
}
.gender-containerb {
float:left;
width: 456px;
height: 800px;
border: 1px solid white;
h1 {
border: 1px solid black;
padding: 15px;
}
.tsl-logo {
float:right;
h1 {
border: 1px solid black;
padding: 10px;
}
.gender-container {
float:right;
width: 242px;
text-align: center;
margin: 10px;
h1 {
border: 1px solid black;
padding: 15px;
}
.tsl-logo {
float:right;
}
.gender-container {
h2::first-letter {
font-size: 2em;
}
h3 + p {
border-top: 3px dotted #bbb;
}
ul:nth-of-type(2) li:nth-child(3n) {
color: red;
@katherineschultz
katherineschultz / gist:2be0a9e7caa899828e5e
Created July 20, 2014 22:00
jquery basic function with jquery plugin
<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');
});
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<a href = "#" onclick="calculate()">
Calculate life time supply
</a>