Skip to content

Instantly share code, notes, and snippets.

@xulapp
xulapp / highlight_selector.html
Created May 1, 2012 15:18 — forked from teramako/highlight_selector.html
CSS ソースのセレクタ部分をハイライトする
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Highlight Selector</title>
<style id="style">
body > p {
background-color: #DDD;
padding: 0.5em;
}