ExerciceBootstarpV2
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
<div class="logo"></div>
|
||||
<div class="text">CAMPUS INFORMATIQUE ET MARKETING DIGITAL</div>
|
||||
</div>
|
||||
<form>
|
||||
<form id="connection">
|
||||
|
||||
<h1 class="h3 mb-3 fw-normal">Connectez vous</h1>
|
||||
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
<div class="logo"></div>
|
||||
<div class="text">CAMPUS INFORMATIQUE ET MARKETING DIGITAL</div>
|
||||
</div>
|
||||
<h1>Listes des étudiants</h1>
|
||||
<div class="Liste">
|
||||
<table class="table">
|
||||
<thead>
|
||||
@@ -76,8 +77,7 @@
|
||||
<td>Thornton</td>
|
||||
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody>
|
||||
|
||||
<tr>
|
||||
<th scope="row">4</th>
|
||||
<td>Julien</td>
|
||||
|
||||
@@ -1,8 +1,15 @@
|
||||
form{
|
||||
#connection{
|
||||
width: 20%;
|
||||
margin: 64px auto;
|
||||
background-color: rgb(245, 238, 230);
|
||||
border-radius: 10%;
|
||||
box-shadow: black;
|
||||
padding: 32px;
|
||||
|
||||
}
|
||||
h1{
|
||||
text-align: center;
|
||||
}
|
||||
#navig{
|
||||
height: 100px;
|
||||
background-color: #009BDE;
|
||||
|
||||
Reference in New Issue
Block a user