diff --git a/css/style.css b/css/style.css index d3b2bfb..e5f16d2 100644 --- a/css/style.css +++ b/css/style.css @@ -75,6 +75,7 @@ footer { } .duration-input { + margin-left: 33%; display: flex; align-items: center; } @@ -83,6 +84,7 @@ footer { width: 30px; height: 30px; margin: 0 5px; + align-items: center; } .duration-input input { @@ -92,4 +94,21 @@ footer { #close-form-button { margin-top: 20px; +} + +.number-button { + background-color: #f0f0f0; + border: 1px solid #ccc; + padding: 10px; + margin: 5px; + cursor: pointer; +} + +.number-button.highlight { + background-color: #ff0000; + color: #fff; +} + +#numerator,#denominator{ + width: 25%; } \ No newline at end of file diff --git a/html/projet_detail.html b/html/projet_detail.html index 33791cf..82b3308 100644 --- a/html/projet_detail.html +++ b/html/projet_detail.html @@ -20,10 +20,10 @@
-