diff --git a/css/style.css b/css/style.css index b48ee6f..3893912 100644 --- a/css/style.css +++ b/css/style.css @@ -53,3 +53,28 @@ shop-counter { position: relative; z-index: 2; } + +toy-shelf ul { + position: absolute; + z-index: 3; + margin: 0; + padding: 0; + list-style-type: none; + vertical-align: bottom; +} + +toy-shelf li { + display: inline-block; + width: 70px; + height: 70px; + margin: 5px 8px; + padding: 5px; + background-color: black; + color: red; + font-size: 10px; + vertical-align: bottom; + position: relative; + top: 5px; + left: 2px; + text-align: center; +} diff --git a/index.html b/index.html index 3f5f8b7..e3fc12f 100644 --- a/index.html +++ b/index.html @@ -18,14 +18,14 @@

Featured

-