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