Skip to content

Instantly share code, notes, and snippets.

View mariusz's full-sized avatar
🤖
[ computing ]

Mariusz Cieśla mariusz

🤖
[ computing ]
View GitHub Profile
@adactio
adactio / tabledisplaytest.html
Created August 16, 2011 10:36
Content-first table-display test
<!DOCTYPE html>
<html>
<head>
<title>Table Display test</title>
<style>
@media screen and (min-width: 30em) {
body {
display: table;
caption-side: top;
}