Première sauvegarde sur git
On va voir si ça marche
This commit is contained in:
21
test/demo.html
Normal file
21
test/demo.html
Normal file
@@ -0,0 +1,21 @@
|
||||
<style>
|
||||
span span {
|
||||
COLOR;
|
||||
}
|
||||
p .important {
|
||||
color: red;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div id="wrap_p_easy">
|
||||
<p>
|
||||
je suis un paragraphe parmis d'autres
|
||||
</p>
|
||||
<p>
|
||||
nous sommes tous uniques car nous sommes des paragraphes distincts <span class="important">et nous pouvons contenir du texte <span>mis en forme autrement</span></span>
|
||||
</p>
|
||||
<p class="last_p important">
|
||||
nous finirons par sortir de l'emprise de cette div qui nous encercle !
|
||||
</p>
|
||||
</div>
|
||||
|
||||
35
test/empty_index.html
Normal file
35
test/empty_index.html
Normal file
@@ -0,0 +1,35 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Index</title>
|
||||
|
||||
<link rel="stylesheet" href="./style.css">
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
</body>
|
||||
</html><!-- 1 -->
|
||||
|
||||
<style>
|
||||
#italgras {
|
||||
i, u, strong {
|
||||
color: orange
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
<div id="italgras" class="exemple">
|
||||
<span>Exemple :</span><br>
|
||||
<p>Voluptate labore laboris pariatur. Dolore <strong>exercitation</strong> et ex tempor tempor ut consequat sint deserunt commodo sunt aute. Ex ad est culpa sint eiusmod dolor enim fugiat ipsum eiusmod dolor deserunt. Reprehenderit ullamco pariatur aliqua officia veniam deserunt duis esse nulla laborum ad adipisicing reprehenderit cupidatat cupidatat. Sunt exercitation ad ullamco cillum id. Tempor velit exercitation aute velit pariatur.</p>
|
||||
|
||||
<p>Laboris nisi amet nisi laborum nostrud. Mollit nisi dolore <u>consectetur cupidatat magna occaecat</u> reprehenderit labore esse id. Irure esse excepteur ea aliquip eiusmod velit ipsum exercitation fugiat officia ullamco ut et reprehenderit laboris. <i>Culpa ipsum tempor excepteur. Officia in ea magna do commodo exercitation. Laborum voluptate incididunt incididunt do Lorem in est laboris consectetur enim occaecat. Culpa laboris incididunt eu id qui sit eu voluptate quis laboris eiusmod.</i> Eu aliquip aliqua labore ad eu sint adipisicing laboris esse nisi ut mollit ex eu.</p>
|
||||
</div>
|
||||
<small>petit text</small> -
|
||||
<span style="font-size: smaller">même taille</span> <!-- (un élément "small" a font-size:smaller) --> -
|
||||
<span style="font-size: 10px">plus petit texte</span>
|
||||
<span style="color:aqua"</span>
|
||||
|
||||
1
test/git_test.txt
Normal file
1
test/git_test.txt
Normal file
@@ -0,0 +1 @@
|
||||
hello
|
||||
3
test/style.css
Normal file
3
test/style.css
Normal file
@@ -0,0 +1,3 @@
|
||||
html {
|
||||
background-color: #000;
|
||||
color: #FFF;
|
||||
39
test/template.html
Normal file
39
test/template.html
Normal file
@@ -0,0 +1,39 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Document</title>
|
||||
</head>
|
||||
<body>
|
||||
<u>text souligné</u> <br>
|
||||
<a href="#top">lien vers</a>
|
||||
<h1>titre</h1>
|
||||
<h2>titre</h2>
|
||||
<h3>titre</h3>
|
||||
<h4>titre</h4>
|
||||
<h5>titre</h5>
|
||||
<h6>titre</h6>
|
||||
<div>
|
||||
<p>autres contenus</p>
|
||||
</div>
|
||||
<strong>Plus d'informations :</strong>
|
||||
<a href="https://developer.mozilla.org/fr/docs/Web/HTML/Reference/Elements/div">MDN Firefox (DIV)</a><br>
|
||||
( élément de division du contenu )
|
||||
<br>
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Index</title>
|
||||
|
||||
<link rel="stylesheet" href="./style.css">
|
||||
</head>
|
||||
<body>
|
||||
Hello je suis <a href="./sous-dossier/sous-sous-dossier/">Camille</a>
|
||||
</body>
|
||||
</html>
|
||||
</body>
|
||||
</html>
|
||||
1
test/tesssst.txt
Normal file
1
test/tesssst.txt
Normal file
@@ -0,0 +1 @@
|
||||
tesssst
|
||||
1
test/test1.txt
Normal file
1
test/test1.txt
Normal file
@@ -0,0 +1 @@
|
||||
test1
|
||||
Reference in New Issue
Block a user