Skip to content

Commit e7b0290

Browse files
committed
up
1 parent 0a56999 commit e7b0290

File tree

3 files changed

+13
-61
lines changed

3 files changed

+13
-61
lines changed

pages/index.html

Lines changed: 0 additions & 58 deletions
This file was deleted.

pages/style.css

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,6 @@ h2 {
287287
z-index: 100;
288288
}
289289
.exemples h2{
290-
position: relative;
291290
padding: 10px 20px;
292291
background-color: #46004b;
293292
color: white;
@@ -298,7 +297,6 @@ h2 {
298297
}
299298

300299
.exemples p{
301-
position: relative;
302300
padding: 5px 10px;
303301
background-color: #ff3600;
304302
color: white;
@@ -515,4 +513,15 @@ img {
515513
.nav-link li {
516514
margin: 5px 0;
517515
}
518-
}
516+
.commission{
517+
display: flex;
518+
flex-direction: column;
519+
align-items: center;
520+
}
521+
522+
.exemples{
523+
display: flex;
524+
flex-direction: column;
525+
align-items: center;
526+
}
527+
}

style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,4 +294,5 @@ li {
294294
.nav-link li {
295295
margin: 5px 0;
296296
}
297+
297298
}

0 commit comments

Comments
 (0)