diff --git a/INSA/projet-clicodrome/css/t6.css b/INSA/projet-clicodrome/css/t6.css index 6f316b5..680b85e 100644 --- a/INSA/projet-clicodrome/css/t6.css +++ b/INSA/projet-clicodrome/css/t6.css @@ -7,7 +7,10 @@ body { padding: 60px; } +output{ + font-size: 50px; +} button { padding: 18px 35px; @@ -46,4 +49,8 @@ table.table_magasin{ margin-top: 10px; margin-bottom: 10px; +} + +a { + color: #fda500; } \ No newline at end of file diff --git a/INSA/projet-clicodrome/css/t7.css b/INSA/projet-clicodrome/css/t7.css index 5f29392..00e862e 100644 --- a/INSA/projet-clicodrome/css/t7.css +++ b/INSA/projet-clicodrome/css/t7.css @@ -9,9 +9,10 @@ body { output { font-size: 30px; - } + + button { padding: 15px 30px; border: 2px solid #e74c3c; @@ -24,7 +25,7 @@ button { } button:hover { - transform: scale(1.1); + transform: scale(1.05); background-color: #e74c3c; color: white; } @@ -55,4 +56,8 @@ table.table_magasin{ margin-top: 10px; margin-bottom: 10px; +} + +a{ + color: #fda500; } \ No newline at end of file diff --git a/INSA/projet-clicodrome/index.html b/INSA/projet-clicodrome/index.html index 01d5491..3b96df5 100644 --- a/INSA/projet-clicodrome/index.html +++ b/INSA/projet-clicodrome/index.html @@ -23,7 +23,7 @@ -