We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71f1f20 commit 0843ec7Copy full SHA for 0843ec7
css/style.css
@@ -0,0 +1,13 @@
1
+body {
2
+ margin: 40px auto;
3
+ max-width: 650px;
4
+ line-height: 1.6;
5
+ font-size: 18px;
6
+ background-color: #eee;
7
+ color: #444;
8
+ padding: 0 10px;
9
+}
10
+
11
+h1, h2, h3 {
12
+ line-height: 1.2
13
index.html
@@ -1,7 +1,9 @@
<html><head>
<title>Lua-Fr</title>
<meta charset="utf-8" />
-<link rel="shortcut icon" href="/favicon.ico" />
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<link href="css/style.css" rel="stylesheet" />
+<link href="/favicon.ico" rel="shortcut icon" />
</head>
<body>
<p>Bienvenue sur le site de la communauté francophone de Lua</p>
0 commit comments