Tab 1
This content appears on tab 1.
Tab 2
This content appears on tab 2.
Tab 3
This content appears on tab 3.
Line 13: | Line 13: | ||
height: 500px; | height: 500px; | ||
margin: 40px auto; | margin: 40px auto; | ||
+ | } | ||
+ | |||
+ | article.tabs section | ||
+ | { | ||
+ | position: absolute; | ||
+ | display: block; | ||
+ | top: 60px; | ||
+ | left: 0; | ||
+ | height: 300px; | ||
+ | padding: 10px 20px; | ||
+ | background-color: #ddd; | ||
+ | border-radius: 5px; | ||
+ | box-shadow: 0 3px 3px gray; | ||
+ | z-index: 0; | ||
} | } | ||