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-09-10 08:49]
127.0.0.1 external edit
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]]. [[http://www.w3schools.com/css/css_max-width.asp| Läs mer om width, max-width and margin: auto]].
Line 7: 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>