Skip to content

Commit 0843ec7

Browse files
committed
ptit css
1 parent 71f1f20 commit 0843ec7

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

css/style.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<html><head>
22
<title>Lua-Fr</title>
33
<meta charset="utf-8" />
4-
<link rel="shortcut icon" href="/favicon.ico" />
4+
<meta name="viewport" content="width=device-width, initial-scale=1">
5+
<link href="css/style.css" rel="stylesheet" />
6+
<link href="/favicon.ico" rel="shortcut icon" />
57
</head>
68
<body>
79
<p>Bienvenue sur le site de la communauté francophone de Lua</p>

0 commit comments

Comments
 (0)