ajout style

This commit is contained in:
anto
2025-01-08 14:20:22 +01:00
parent 5445064086
commit faf5264015
5 changed files with 63 additions and 63 deletions

View File

@@ -21,7 +21,7 @@
<div class="row">
<div class="col-md-12">
<div class="buttons-container" style="float: left; width: 20%">
<button id="projets" >
<button class="btn btn-primary" id="projets" >
<span> Home </span>
</button>
</div>
@@ -48,20 +48,20 @@
<div class="col-md-6">
<div id="content1" class="hiddenTable">
<table
class="table table-striped scrollable sticky-header"
class="table table-striped scrollable sticky-header .thead-dark"
id="table-image"
>
<thead>
<thead >
<tr>
<th>
<button id="toggle-view">
<button class="btn btn-primary" id="toggle-view">
See all images
</button>
</th>
<th><button>
<th><button class="btn btn-primary">
sort images
</button></th>
<th><button>
<th><button class="btn btn-primary">
export images
</button></th>
</tr>

View File

@@ -13,7 +13,7 @@
<body>
<div id="section"></div>
<div class="buttons-container">
<button id="projets" ><span>
<button class="btn btn-primary" id="projets" ><span>
Mes projets
</span>
</button>