Vous êtes connecté en tant que anonymous Se Deconnecter
Browse code

Ma première tentative de MVC en PHP

Emmanuel ROY authored on 13/06/2017 21:55:21
Showing 1 changed files
1 1
new file mode 100755
... ...
@@ -0,0 +1,37 @@
1
+
2
+li{
3
+font-size:10px;
4
+}
5
+#article li {
6
+font-size: 10px;
7
+}
8
+p{
9
+font-size:10px;
10
+}
11
+p.date{
12
+font-size: 10px;
13
+}
14
+p.post{
15
+font-size: 8px;
16
+}
17
+p.Tchat{
18
+font-size:10px;
19
+}
20
+p.utilisateurs{
21
+font-size: 10px;
22
+}
23
+p.titre{
24
+font-size: 15px;
25
+}
26
+p.article{
27
+font-size:10px;
28
+}
29
+p.corpsDossier{
30
+font-size: 12px;
31
+}
32
+p.titreDossier{
33
+font-size: 17px;
34
+}
35
+p.sous-titre{
36
+font-size: 13px;
37
+}