Skip to content

Instantly share code, notes, and snippets.

@killerswan
killerswan / centered_triangle.html
Created May 3, 2011 06:26 — forked from romannurik/centered_triangle.html
A simple CSS trick to create a horizontally- or vertically-centered 'selected' callout triangle using zero images.
<!DOCTYPE html>
<html>
<head>
<style>
body {
margin: 40px;
}
a {
display: inline-block;