diff --git a/css/skeleton-auto.css b/css/skeleton-auto.css index fed6ead..1dec49e 100644 --- a/css/skeleton-auto.css +++ b/css/skeleton-auto.css @@ -299,3 +299,11 @@ hr { from { width: 0 } to { width: 100% } } + +div { + width : 200px; + height : 50px; + position: relative; + z-index : 1; + background: #eee; +}