Start styling + Add syntaxic coloration

This commit is contained in:
brunosimon
2016-06-08 01:45:54 +02:00
parent 1126da2747
commit 5a9835dcbb
104 changed files with 15959 additions and 38 deletions
+8 -4
View File
@@ -1,4 +1,8 @@
sdnufoisdf
dodshfosdif
sdfiuhsdf
azeiuazhe
body {
margin:0;
padding:0;
}
.toto .tata > span {
background:url('kikoo.png') top left repeat-x;
}
+15 -12
View File
@@ -1,12 +1,15 @@
dsfsdf
aaaa
dsfsdf
bbbbiuhsdfiuhsdfdsf
dsfsdf
sodifja
dsfiuhdsifh
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<section>
Bonjour
<form action="#">
<input type="text">
</form>
</section>
</body>
</html>
+12 -3
View File
@@ -1,4 +1,13 @@
kqsdqsdjn
iudfgdfg
<?php
qsdiuhqsdiuqhsd
/**
* Test
*/
class ClassName extends AnotherClass
{
function __construct(argument)
{
# code...
}
}