Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
daniel_02 [2015-08-31 11:01]
Daniel Viström
daniel_02 [2019-08-27 10:58]
Mattias Hamberg
Line 1: Line 1:
-====== Genomgång - Introduktion css======+====== Genomgång - Introduktion css====== 
 + 
 +[[http://www.w3schools.com/css/css_max-width.asp| Läs mer om width, max-width and margin: auto]].
  
 <code html> <code html>
Line 5: Line 7:
 <html lang="sv"> <html lang="sv">
 <head> <head>
-  <meta charset="utf-8" /+  <meta charset="utf-8"> 
-  <link rel="stylesheet" href="style.css" />+  <link rel="stylesheet" href="style.css">
   <title>Exempel 2</title>   <title>Exempel 2</title>
 </head> </head>