diff --git a/css/t1.css b/css/t1.css index 64ac63e..be4c022 100644 --- a/css/t1.css +++ b/css/t1.css @@ -24,3 +24,10 @@ table { border: 1px solid #000; } +table.table_magasin{ + width: 150px; + padding: 12px; + margin-top: 10px; + margin-bottom: 10px; + +} diff --git a/css/t2.css b/css/t2.css index 77d2331..86f8903 100644 --- a/css/t2.css +++ b/css/t2.css @@ -49,3 +49,26 @@ td, th { text-align: left; border: 8px solid #fc04fc; } + +div.ad{ + visibility: visible; + display: block !important; + float: right; + width: 162px; + padding: 12px; + margin-top: 10px; + margin-bottom: 10px; + border: 1px solid #87bc44; + background: #e0ff92; + line-height: 1.2; + } +div.ad.adt3{ + visibility: hidden; +} +table.table_magasin{ + width: 150px; + padding: 12px; + margin-top: 10px; + margin-bottom: 10px; + +} diff --git a/css/t3.css b/css/t3.css index 35c7b20..e285e59 100644 --- a/css/t3.css +++ b/css/t3.css @@ -52,3 +52,27 @@ td { text-align: left; border: 1px solid #ddd; } + +div.ad{ + visibility: visible; + display: block !important; + float: right; + width: 162px; + padding: 12px; + margin-top: 10px; + margin-bottom: 10px; + border: 1px solid #87bc44; + background: #e0ff92; + line-height: 1.2; + } +div.ad.adt3{ + visibility: visible; +} + +table.table_magasin{ + width: 150px; + padding: 12px; + margin-top: 10px; + margin-bottom: 10px; + +} \ No newline at end of file diff --git a/css/t9.css b/css/t9.css index dbb5766..aec8999 100644 --- a/css/t9.css +++ b/css/t9.css @@ -5,8 +5,8 @@ body { color: #2c3e50; margin: 0; padding: 90px; - background-image: linear-gradient(black, white); - background-image: url(../img/codevert.jpg); + + } h1, h2, h3 { @@ -20,7 +20,7 @@ h1, h2, h3 { button { padding: 25px 50px; border: none; - background-color: #2980b9; + background-color: #e74c3c; color: white; cursor: pointer; border-radius: 40px; @@ -31,7 +31,7 @@ button { } button:hover { - background-color: #3498db; + background-color: #ff9900; transform: translateY(-5px); box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15); } @@ -56,30 +56,30 @@ img:hover { table { width: 100%; border-collapse: collapse; - border: 3px solid #2980b9; + border: 3px solid #ff9900; box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1); } td, th { padding: 30px; text-align: left; - border: 1px solid #ddd; + border: 1px solid #ff9900; font-size: 20px; letter-spacing: 1px; } td { - background-color: #f9f9f9; + background-color: #ecf0f1; } th { - background-color: #2980b9; + background-color: #ff9900; color: white; text-transform: uppercase; } table tr:hover { - background-color: #f1f1f1; + background-color: #b61212; } diff --git a/img/GIF-CHATON.gif b/img/GIF-CHATON.gif new file mode 100644 index 0000000..4e7ebbb Binary files /dev/null and b/img/GIF-CHATON.gif differ diff --git a/img/miaou1.jpeg b/img/miaou1.jpeg new file mode 100644 index 0000000..e14c29d Binary files /dev/null and b/img/miaou1.jpeg differ diff --git a/index.html b/index.html index b70ac00..327c5d9 100755 --- a/index.html +++ b/index.html @@ -29,7 +29,7 @@ - +
@@ -47,8 +47,15 @@ + + \ No newline at end of file