
Twin Metal Platform Bed Frame with Victorian Headboard and Footboard
USD 95.99

Placeholder MP4 route for layout/testing. It is not declared as a VideoObject.
Allewie
USD 141.05
Condition: New
View Allewie Twin Size Metal Platform Bed Frame, Victorian Headboard with current marketplace pricing, condition, product images and item details. Ample hidden storage space also makes your room tidy and well-organized. No box spring needed. 600 lbs weight capacity. Enjoy every silent second for a good night's sleep. Color Gold. Best Price. Our goal is to save YOU money and put it right back into your pocket. #container-border { border-radius: 1px; padding-left: 150px; padding-right: 150px; } h1,h2,h3,h4,p,ul {font-family: 'Arial'} /*Time for the CSS*/ .slider{ width: 350px; /*Same as width of the large image*/ position: relative; /*Instead of height we will use padding*/ padding-top: 350px; /*That helps bring the labels down*/ /*Lets add a shadow box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.75);*/ } /*Last thing remaining is to add transitions*/ .slider>img{ position: absolute; left: 0; top: 0; transition: all 0.5s; } .slider input[name='slide_switch'] { display: none; } .slider label { /*Lets add some spacing for the thumbnails*/ margin: 2px 0 0 2px; border: 1px solid #999; float: left; cursor: pointer; transition: all 0.5s; /*Default style = low opacity*/ opacity: 0.6; } .slider label img{ display: block; } /*Time to add the click effects*/ .slider input[name='slide_switch']:checked+label { border-color: #666; opacity: 1; } /*Clicking any thumbnail now should change its opacity(style)*/ /*Time to work on the main images*/ .slider input[name='slide_switch'] ~ img { opacity: 0; transform: scale(1.05); } /*That hides all main images at a 110% size On click the images will be displayed at normal size to complete the effect */ .slider input[name='slide_switch']:checked+label+img { opacity: 1; transform: scale(1); } /*Clicking on any thumbnail now should activate the image related to it*/ /*We are done :)*/ /* START OF TAB CSS */ body { font: 13px/1.5 sans-serif; padding: 1rem; } dt { font-weight: bold; } dl { margin-bottom: 50px; } #bug:target { outline: 4px solid #ccc; } /** * tab panel widget */ .tabPanel-widget { position: relative; /* containing block for headings (top:0) */ background: white; } /** * because labels come first in source order - we use z-index to move them in front of the headings */ .tabPanel-widget > label { position: absolute; z-index: 1; } /** * labels and headings must share same values so grouping declarations in this rule prevents async edits (risk of breakage) * line-height == height -> vertical centering * the width dictates the offset for all headings but the first one: left offset = width * number of previous heading(s) * note that width and offset of label/heading pair can be customized if necessary */ .tabPanel-widget > label, .tabPanel-widget > h2 { font-size: 1.2em; width: 9em; height: 2em; line-height: 2em; } /** * position:relative is for the markers (the down arrow in tabs) TAB PANEL COLOR CONFIG */ .tabPanel-widget > h2 { position: relative; margin: 0; text-align: center; background: white; color: gray; } .tabPanel-widget > label { border-right: 1px solid #fff; } /** * all first level labels and headings after the very first ones */ .tabPanel-widget > label ~ label, .tabPanel-widget > h2 ~ h2 { position: absolute; top: 0; } /** * We target all the label/heading pairs * we increment the :nth-child() params by 4 as well as the left value (according to "tab" width) */ .tabPanel-widget label:nth-child(1), .tabPanel-widget h2:nth-child(3) { left: 0em; } .tabPanel-widget label:nth-child(5), .tabPanel-widget h2:nth-child(7) { left: 9em; } .tabPanel-widget label:nth-child(9), .tabPanel-widget h2:nth-child(11) { left: 18em; } .tabPanel-widget label:nth-child(13), .tabPanel-widget h2:nth-child(15) { left: 27em; } .tabPanel-widget label:nth-child(17), .tabPanel-widget h2:nth-child(19) { left: 36em; } /** * we visually hide all the panels * https://developer.yahoo.com/blogs/ydn/clip-hidden-content-better-accessibility-53456.html */ .tabPanel-widget input + h2 + div { position: absolute !important; clip: rect(1px, 1px, 1px, 1px); padding:0 !important; border:0 !important; height: 1px !important; width: 1px !important; overflow: hidden; } /** * we reveal a panel depending on which control is selected */ .tabPanel-widget input:checked + h2 + div { position: static !important; padding: 1em !important; height: auto !important; width: auto !important; } /** * shows a hand cursor only to pointing device users */ .tabPanel-widget label:hover { cursor: pointer; } .tabPanel-widget > div { background: white; /* Color of main content bg*/ padding: 1em; } /** * we hide radio buttons and also remove them from the flow */ .tabPanel-widget input[name="tabs"] { opacity: 0; position: absolute; } /** * this is to style the tabs when they get focus (visual cue) */ .tabPanel-widget input[name="tabs"]:focus + h2 { outline: 1px dotted #000; outline-offset: 10px; } /** * reset of the above within the tab panel (for pointing-device users) */ .tabPanel-widget:hover h2 { outline: none !important; } /** * visual cue of the selection !!!!! */ .tabPanel-widget input[name="tabs"]:checked + h2 { background: white; color:darkorange; } /** * the marker for tabs (down arrow) */ .tabPanel-widget input[name="tabs"]:checked + h2:after { content: ''; margin: auto; position: absolute; bottom: -10px; left: 0; right: 0; width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid orange; } /** * Make it plain/simple below 45em (stack everything) */ @media screen and (max-width: 45em) { /* hide unecessary label/control pairs */ .tabPanel-widget label, .tabPanel-widget input[name="tabs"] { display: none; } /* reveal all panels */ .tabPanel-widget > input + h2 + div { display: block !important; position: static !important; padding: 1em !important; height: auto !important; width: auto !important; } /* "unstyle" the heading */ .tabPanel-widget h2 { width: auto; position: static !important; background: #999 !important; } /* "kill" the marker */ .tabPanel-widget h2:after { display: none !important; } } /* END OF TAB CSS */ .feature-list { list-style-type: none; padding-left: 0; } .feature-list li { padding: 8px 0; position: relative; padding-left: 25px; } .feature-list li:before { content: "✓"; color: #007600; font-weight: bold; position: absolute; left: 0; } .specs-table { width: 100%; } .specs-table tr { border-bottom: 1px solid #e7e7e7; } .specs-table td { padding: 8px; } .specs-table td:first-child { font-weight: bold; color: #555; width: 35%; } Allewie Twin Size Metal Platform Bed Frame, Victorian Headboard, Gold Item Details Product Features Stylish Design: Crafted with classic bed posts and ball accents on the headboard and footboard, easily blended with modern, traditional, farmhouse, and rustic home decor Sturdy and Durable: This mattress foundation is constructed of a metal frame and firmly fixed metal slats to ensure stability. No box spring needed. 600 lbs weight capacity Space Saving: 12.4 inches of under-bed clearance for storing various stuff such as clothes, toys, or quilts. Ample hidden storage space also makes your room tidy and well-organized Quiet Sleep: U-shaped groove and sponge on metal beams will reduce the friction from the steel frame. Enjoy every silent second for a good night's sleep Easy Assembly: Comes with all parts, instructions, and needed tools. Please follow the instruction and the assembly will be finished in half an hour Product Specifications Brand Allewie Model LFHHH007 Color Gold Size Twin Payment Payment We accept all payment options that eBay has to offer. eBay allows you to complete your purchase quickly and securely. It offers a variety of payment options including all the major card carriers. In order to ensure that all of our customers have equal access to our inventory, we require immediate payment. Shipping Shipping All orders are shipped out within one business day. Your order will be shipped out via one of our participating partners, which include UPS, USPS, FedEx, DHL, among others. At this time, we only ship to physical addresses that are located within the 48 contiguous states of the United States of America. We are unable to ship to P.O. boxes, APO or FPO addresses, or international addresses. Once we have confirmed that your order was picked up by the shipping carrier, we will update the tracking information through eBay. Returns Exchanges In the event that you receive defective or damaged merchandise, we will replace the item at no cost to you as long as it is reported within 7 days of receipt of the merchandise. Exchanges are subject to availability. Returns In the event that you would like to return your purchase, we allow returns that are processed within 14 days of receipt of the merchandise. Please contact us for a return authorization and the return shipping address. Return shipping and handling is the responsibility of the buyer and all returns are subject to a minimum of a 15% restocking fee. Contact Contact Send us a message! Our goal is for you to be totally satisfied with your purchase! Why shop with us? Best Price. Guaranteed. Our goal is to save YOU money and put it right back into your pocket. All of our items are backed by the manufacturer's full warranty. Have peace of mind when shopping with us! Nobody wants to pay additional for shipping--especially slow shipping! Your items will arrive at your doorstep in no time! Commitment to you. As a small business, we are committed to making sure that you leave this transaction satisfied. All questions and concerns are responded to within 12-24 hours or sooner. We take pride in offering the best customer service. Find Your Best Deals Here! Condition: New. Category: Everything Else › Every Other Thing. Brand: Allewie.
Additional views from the marketplace listing for Allewie Twin Size Metal Platform Bed Frame, Victorian Headboard.








Image-search matches based on the main product image. These images are shown as visual style choices and are intentionally not linked.










Related marketplace listings for Allewie Twin Size Metal Platform Bed Frame, Victorian Headboard.

USD 95.99

USD 143.99

USD 127.75

USD 138.09

USD 111.17

USD 148.37

USD 162.12

USD 124.82

USD 71.64
USD 175.92