Advertisement
Hemadaz

testing html

Jan 18th, 2020
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.71 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html>
  3.     <title>testing nested grids</title>
  4.     <link href="testing.css" rel="stylesheet">
  5.    
  6.     <body>
  7.         <div class="gridcontainer">
  8.             <main>
  9.                 main
  10.                 </main>
  11.             <header>
  12.                 <p>Products</p>
  13.                 </header>
  14.            <div class="container2">
  15.             <div class="product-tab">  
  16.                 <input checked="checked" id="tab1" type="radio" name="pct" />
  17.                 <input id="tab2" type="radio" name="pct" />
  18.                 <input id="tab3" type="radio" name="pct" />
  19.                 <input id="tab4" type="radio" name="pct" />
  20.                 <input id="tab5" type="radio" name="pct" />
  21.                 <input id="tab6" type="radio" name="pct" />
  22.                
  23.                <nav>
  24.                 <ul>
  25.                     <li class="tab1">
  26.                     <label for="tab1"> Air Filters</label></li>
  27.                     <li class="tab2">
  28.                     <label for="tab2"> Lube filtration</label></li>
  29.                     <li class="tab3">
  30.                     <label for="tab3"> Hydraulic Filters</label></li>
  31.                     <li class="tab4">
  32.                     <label for="tab4"> Fuel Filters</label></li>
  33.                     <li class="tab5">
  34.                     <label for="tab5"> Fuel Separator Filters</label></li>
  35.                     <li class="tab6">
  36.                     <label for="tab6"> Coolant & Chemicals </label></li>
  37.                    </ul>
  38.                </nav>
  39.                
  40.            <div class="producttext">
  41.                <div class="tab1">
  42.                <p>We offer a wide range of air cleaners, air filter elements, and accessories for various applications, including: Heavy-duty trucks Agriculture, construction, and mining equipment Industrial products — gas turbines, portable power generation, blowers, and more Small engines (up to 25 HP) Vehicle cabin filtration for automotive and industrial equipment.</p></div>
  43.                
  44.                 <div class="tab2">
  45.                <p>We offer lube products that exceed OE requirements affecting the engines’ life time and lowering the total costs of operation
  46.                Among other things, lube oil lubricates, cools, cleans, protects, and seals the engine components. </p></div>
  47.                
  48.                 <div class="tab3">
  49.                <p>We offer an extensive line of hydraulic filtration products for medium and low-duty applications. We also offer a comprehensive replacement hydraulic filter line for many competitive filter part numbers. Our state-of-the-art facilities enable us to perform multi-pass, pressure-drop, flow-fatigue and hydrostatic burst testing.</p></div>
  50.                
  51.                 <div class="tab4">
  52.                <p>We offer filters that matches the new standards and challenges such as new fuels like ultra-low sulfur diesel (ULSD) and biodiesel and high-pressure common rail (HPCR) fuel systems. </p></div>
  53.                
  54.                 <div class="tab5">
  55.                <p>We offer a high performance fuel island filters offering real protection plus a troubleshooting diagnostic tool that allows longer service intervals.</p></div>
  56.                
  57.                 <div class="tab6">
  58.                <p>We offer cooling system products that provide unmatched protection with an easy maintenance program keeping the engines running longer and stronger.</p></div>
  59.                </div>
  60.            <div class="productimage">
  61.                image
  62.                </div>
  63.                        </div>
  64.                </div>
  65.            <footer>
  66.                footer
  67.                </footer>
  68.        </div>
  69.    </body>        
  70. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement