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
Next revision Both sides next revision
daniel_02 [2015-08-31 11:01]
Daniel Viström
daniel_02 [2017-09-01 14:54]
127.0.0.1 external edit
Line 1: Line 1:
 ====== Genomgång 2 - Introduktion css====== ====== Genomgång 2 - 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>