Advertisement
Guest User

Untitled

a guest
Feb 8th, 2017
493
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.58 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html>
  3.  
  4. <head>
  5. <meta charset="utf=8"/>
  6. <title>Strona BMW</title>
  7. <link rel="stylesheet" href="mainc.css">
  8. </head>
  9.  
  10. <body>
  11. <div id="container">
  12.     <a href="index.html" class="tilelink"><div id="logo">
  13.         <h1 class="napislogo"><img src="LOGOBMW.jpeg" alt="" id="LOGOBMW"> BMW <span class="M">M</span> PAGE</h1></a>
  14.     </div>     
  15.    
  16.     <a href="e30.html" class="tilelink"><div id="plate">
  17.     <br>
  18.     <h2>E30</h2>
  19.    
  20.     </div></a>
  21.    
  22.     <div id="main">
  23.     <h1>BMW <span class="M">M</span> POWER</h1>
  24.     <p>BMW M GmbH (previously: BMW Motorsport GmbH) is a subsidiary of German car manufacturer BMW AG.
  25.  
  26. BMW M, "M" (for Motorsport) was initially created to facilitate BMW’s racing program, which was very successful in the 1960s and 1970s. As time passed, BMW M began to supplement BMW's vehicles portfolio with specially modified higher trim models, for which they are now most known by the general public.
  27. <img src="znaczek2.jpeg" arl="" class="image">
  28.  These M-badged cars traditionally include modified engines, transmissions, suspensions, interior trims, aerodynamics, and exterior modifications to set them apart from their counterparts. All M models are tested and tuned at BMW's private facility at the Nürburgring racing circuit in Germany. BMW M also remains the only performance based company to cater motorcycles at the same time, specifically the BMW S1000RR.</p>
  29.     </div>
  30.  
  31.    
  32.     <a href="e36.html" class="tilelink"><div id="plate2">
  33.     <br>
  34.     <h2>E36</h2>
  35.     </div></a>
  36.    
  37.     <a href="e46.html" class="tilelink"><div id="plate3">
  38.     <br>
  39.     <h2>E46</h2>
  40.     </div></a>
  41.    
  42. </div>
  43.  
  44. </body>
  45. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement