From bc0d471319937173f30836cd700cbcccdd12708d Mon Sep 17 00:00:00 2001 From: jibidar Date: Fri, 29 Nov 2024 09:47:41 +0100 Subject: [PATCH 1/2] v2 --- css/t4.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/t4.css b/css/t4.css index ed08492..7d499dd 100644 --- a/css/t4.css +++ b/css/t4.css @@ -5,7 +5,7 @@ body { color: #34495e; margin: 0; padding: 40px; - background-image: url(codevert.jpg), url(matrix.gif); + background-image: url(matrix.gif), url(codevert.jpg); } h1, h2, h3 { From a2cddad951fa0492c379532b32dce74500dbe07d Mon Sep 17 00:00:00 2001 From: beau Date: Fri, 29 Nov 2024 09:49:31 +0100 Subject: [PATCH 2/2] bo le site --- css/t1.css | 20 ++++---------------- css/t2.css | 26 +++++++++++++++++++------- css/t3.css | 10 +++------- css/t4.css | 2 +- 4 files changed, 27 insertions(+), 31 deletions(-) diff --git a/css/t1.css b/css/t1.css index e724641..64ac63e 100644 --- a/css/t1.css +++ b/css/t1.css @@ -3,28 +3,20 @@ body { font-family: Arial, sans-serif; background-color: white; color: black; - margin: 0; + margin: 500; padding: 20px; } -h1, h2, h3 { - font-family: "Times New Roman", serif; - text-align: left; - color: #333; -} + button { - padding: 5px 10px; + padding: 5px 15px; border: 1px solid #000; background-color: white; cursor: pointer; } -img { - width: 100%; - height: auto; - border: 0; -} + table { width: 100%; @@ -32,7 +24,3 @@ table { border: 1px solid #000; } -td, th { - padding: 5px; - text-align: left; -} diff --git a/css/t2.css b/css/t2.css index 0e6f375..77d2331 100644 --- a/css/t2.css +++ b/css/t2.css @@ -1,19 +1,26 @@ /* t2.css - HTML+ */ body { - font-family: Verdana, sans-serif; - background-color: #f4f4f4; - color: #333; - margin: 0; + font-family: Arial, sans-serif; + background-color: #f55555; + color: #333333; + margin: 10; padding: 20px; } +output { + color: aqua; + font-size: 75px; + border:dotted #00ff62; + border-radius: 14px; +} button { padding: 8px 15px; border: 1px solid #ddd; - background-color: #ddd; + background-color: #0206ff; cursor: pointer; border-radius: 5px; + color: #ddd; } button:hover { @@ -26,14 +33,19 @@ img { border-radius: 5px; } +th { + font-family:Impact; + color: rgb(77, 230, 143); +} + table { width: 100%; border-collapse: collapse; - border: 1px solid #ddd; + border: 15px solid #e99d0f; } td, th { padding: 8px; text-align: left; - border: 1px solid #ddd; + border: 8px solid #fc04fc; } diff --git a/css/t3.css b/css/t3.css index 9e75140..659030c 100644 --- a/css/t3.css +++ b/css/t3.css @@ -7,16 +7,12 @@ body { padding: 30px; } -h1, h2, h3 { - font-family: 'Arial', sans-serif; - text-align: left; - color: #2c3e50; -} + button { padding: 10px 20px; border: none; - background-color: #3498db; + background-color: #fc3e04; color: white; cursor: pointer; border-radius: 10px; @@ -24,7 +20,7 @@ button { } button:hover { - background-color: #2980b9; + background-color: #ff9900; } img { diff --git a/css/t4.css b/css/t4.css index a013335..2f9455d 100644 --- a/css/t4.css +++ b/css/t4.css @@ -16,7 +16,7 @@ h1, h2, h3 { button { padding: 12px 25px; border: none; - background-color: #1abc9c; + background-color: #fc3e04; color: white; cursor: pointer; border-radius: 12px;