avancement de Show, liaison entre Quizz et Question
This commit is contained in:
20
src/main/webapp/css/style.css
Normal file
20
src/main/webapp/css/style.css
Normal file
@@ -0,0 +1,20 @@
|
||||
body{
|
||||
|
||||
}
|
||||
|
||||
table.show{
|
||||
border-collapse: collapse;
|
||||
text-align: left;
|
||||
border: 2px solid #C0C0C0;
|
||||
|
||||
}
|
||||
|
||||
thead.show{
|
||||
background-color: #F0F0F0;
|
||||
}
|
||||
|
||||
th.show{
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
border: 1px solid #C0C0C0
|
||||
}
|
||||
@@ -7,6 +7,8 @@
|
||||
<body>
|
||||
<h1>Hello World!</h1>
|
||||
<a href =http://localhost:8080/myform.html>myform</a>
|
||||
<a href =http://localhost:8080/Quizz.html>Quizz</a>
|
||||
|
||||
<a href =Show>show</a>
|
||||
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user