ExerciceBootstarpV2

This commit is contained in:
Noel Thomy
2024-10-21 23:38:02 +04:00
parent d00ca854d5
commit 989ef381f5
3 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -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>
+2 -2
View File
@@ -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>
+8 -1
View File
@@ -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;