Skip to content

Instantly share code, notes, and snippets.

View michaeloryl's full-sized avatar
🏠
Working from home

Michael Oryl michaeloryl

🏠
Working from home
  • Greater Philadelphia, PA, USA
View GitHub Profile
@michaeloryl
michaeloryl / gist:b3b3b7ba59c0432a6945
Created March 27, 2015 17:45
Structure CSS attempt with vertical rows respecting content
<html>
<head>
<title>Structure Test Page</title>
<link rel="stylesheet" type="text/css" href="http://kenwheeler.github.io/structure/css/structure.css">
<style>
[str-row-vertical] div p {
background-color: green;
color: orange;
}