diff --git a/test/fake-moodle/css/style.css b/test/fake-moodle/css/style.css index 29ded4f..db51b89 100644 --- a/test/fake-moodle/css/style.css +++ b/test/fake-moodle/css/style.css @@ -69,3 +69,24 @@ textarea { img { height: 5rem; } + +table { + width: 100%; + border-collapse: collapse; + margin-bottom: 20px; +} + +th, +td { + border: 1px solid #ddd; + padding: 8px; + text-align: left; +} + +th { + background-color: #f2f2f2; +} + +tr:nth-child(even) { + background-color: #f2f2f2; +} diff --git a/test/fake-moodle/index.html b/test/fake-moodle/index.html index 4bd0d8f..aedbc03 100644 --- a/test/fake-moodle/index.html +++ b/test/fake-moodle/index.html @@ -269,6 +269,40 @@ + +
+
+

Give me the id of the personn who have a car

+ + + + + + + + + + + + + + + + + + + + + + + +
idnamebirthDatecars
Person 1Yvick15/08/1999yes
Person 2Yann19/01/2000no
+
+
+ +
+
+