Skip to content

Instantly share code, notes, and snippets.

View kballenegger's full-sized avatar

Kenneth Ballenegger kballenegger

View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="stylesheet.css" />
<title>My Photo Page</title>
</head>
<body>
<table>
<thead>
<tr>
<html>
<head>
<title>Box Pricing</title>
<style>
td:nth-child(2) {
border-left:1px solid black;
}
td {
padding: 5px;
}
<!DOCTYPE html>
<html>
<head>
<title>Shannon Chang</title>
</head>
<body>
<img src=https://sphotos-b-lax.xx.fbcdn.net/hphotos-ash3/543436_10201924198617443_1291536366_n.jpg>
<p style="color:pink;font-size:26px"> About me: 22 year old female from Plano, Texas</p>
<ul style="font-family:Courier">
<li><strong>Interests:</strong> working, learning, playing, shopping, cooking, wine-tasting, gardening, and now CODING!</li>
@kballenegger
kballenegger / desopafy.js
Created January 18, 2012 05:45 — forked from timraymond/desopafy.js
Bookmarklet: Remove SOPA overlay from Wikipedia pages
javascript:%24(%22%23mw-page-base%2C%20%23mw-head-base%2C%20%23content%2C%20%23mw-head%2C%20%23mw-panel%2C%20%23footer%22).css(%22display%22%2C%22inherit%22)%3B%24(%22%23mw-sopaOverlay%22).css(%22display%22%2C%22none%22)