<!DOCTYPE html> <html lang="no"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Prisvariasjon Tabell</title> <style> body { font-family: Arial, sans-serif; text-align: center; } table { width: 50%; margin: auto; border-collapse: collapse; } th, td { border: 1px solid black; padding: 10px; text-align: center; } th { background-color: #f4f4f4; } </style> </head> <body> <h2>Prisvariasjon for Antall Enheter</h2> <table> <tr> <th>Antall Enheter</th> <th>Pris per Enhet (NOK)</th> </tr> <tr> <td>300</td> <td>180</td> </tr> <tr> <td>600</td> <td>160</td> </tr> <tr> <td>900</td> <td>140</td> </tr> <tr> <td>1200</td> <td>120</td> </tr> <tr> <td>1500</td> <td>110</td> </tr> </table> </body> </html>
top of page
kr 110,00Pris
Relaterte produkter
bottom of page