This commit is contained in:
Blessing Jibidar 2024-12-10 14:39:34 +01:00
commit de63358aa8
11 changed files with 25 additions and 35 deletions

View file

@ -4,10 +4,6 @@
"nom": "HTML", "nom": "HTML",
"elements": { "elements": {
"button": { "button": {
"nom": "button",
"cout": 30,
"boost": 10,
"borne": 20
} }
}, },
"boost": 30, "boost": 30,
@ -22,10 +18,7 @@
"nom": "HTML+", "nom": "HTML+",
"elements": { "elements": {
"button": { "button": {
"nom": "button",
"cout": 10,
"boost": 10,
"borne": 5
} }
}, },
"boost": 10, "boost": 10,

View file

@ -5,7 +5,7 @@ body {
color: #ddd; color: #ddd;
margin: 0; margin: 0;
padding: 30px; padding: 30px;
background-image: url(codevert.jpg); background-image: url(../img/codevert.jpg);
} }

View file

@ -5,7 +5,7 @@ body {
color: #ddd; color: #ddd;
margin: 0; margin: 0;
padding: 40px; padding: 40px;
background-image: url(matrix.gif), url(codevert.jpg); background-image: url(../img/matrix.gif), url(../img/codevert.jpg);
} }
button { button {

View file

@ -5,7 +5,7 @@ body {
color: #2c3e50; color: #2c3e50;
margin: 0; margin: 0;
padding: 50px; padding: 50px;
background-image: url(codevertmatrix.gif); background-image: url(../img/codevertmatrix.gif);
} }
h1, h2, h3 { h1, h2, h3 {

View file

@ -7,16 +7,12 @@ body {
padding: 60px; padding: 60px;
} }
h1, h2, h3 {
color: #9b59b6;
text-align: left;
margin-bottom: 30px;
}
button { button {
padding: 18px 35px; padding: 18px 35px;
border: none; border: none;
background-color: #9b59b6; background-color: #e74c3c;
color: white; color: white;
cursor: pointer; cursor: pointer;
border-radius: 5px; border-radius: 5px;
@ -24,7 +20,7 @@ button {
} }
button:hover { button:hover {
background-color: #8e44ad; background-color: #fda500;
} }
img { img {

View file

@ -1,23 +1,22 @@
/* t7.css - XHTML 1.0 */ /* t7.css - XHTML 1.0 */
body { body {
font-family: 'Georgia', serif; font-family: 'Segoe UI', serif;
background-color: #ecf0f1; background-color: #ecf0f1;
color: #34495e; color: #34495e;
margin: 0; margin: 0;
padding: 70px; padding: 70px;
} }
h1, h2, h3 { output {
color: #3498db; font-size: 30px;
text-align: center;
margin-bottom: 20px;
} }
button { button {
padding: 20px 40px; padding: 15px 30px;
border: 2px solid #3498db; border: 2px solid #e74c3c;
background-color: white; background-color: white;
color: #3498db; color: #e74c3c;
cursor: pointer; cursor: pointer;
border-radius: 25px; border-radius: 25px;
font-size: 20px; font-size: 20px;
@ -26,7 +25,7 @@ button {
button:hover { button:hover {
transform: scale(1.1); transform: scale(1.1);
background-color: #3498db; background-color: #e74c3c;
color: white; color: white;
} }
@ -40,11 +39,13 @@ img {
table { table {
width: 100%; width: 100%;
border-collapse: collapse; border-collapse: collapse;
border: 2px solid #3498db; border: 2px solid #ff9900;
} }
td, th { td, th {
padding: 20px; padding: 20px;
text-align: left; text-align: left;
border: 1px solid #3498db; border: 1px solid #ff9900;
} }

View file

@ -17,7 +17,7 @@ h1, h2, h3 {
button { button {
padding: 20px 40px; padding: 20px 40px;
border: none; border: none;
background-color: #16a085; background-color: #e74c3c;
color: white; color: white;
cursor: pointer; cursor: pointer;
border-radius: 50px; border-radius: 50px;
@ -27,7 +27,7 @@ button {
} }
button:hover { button:hover {
background-color: #1abc9c; background-color: #ff9900;
transform: translateY(-3px); transform: translateY(-3px);
} }
@ -41,14 +41,14 @@ img {
table { table {
width: 100%; width: 100%;
border-collapse: collapse; border-collapse: collapse;
border: 2px solid #16a085; border: 2px solid #ff9900;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
} }
td, th { td, th {
padding: 25px; padding: 25px;
text-align: left; text-align: left;
border: 1px solid #16a085; border: 1px solid #ff9900;
font-size: 18px; font-size: 18px;
} }
@ -57,7 +57,7 @@ td {
} }
th { th {
background-color: #16a085; background-color: #ff9900;
color: white; color: white;
} }

View file

@ -6,7 +6,7 @@ body {
margin: 0; margin: 0;
padding: 90px; padding: 90px;
background-image: linear-gradient(black, white); background-image: linear-gradient(black, white);
background-image: url(codevert.jpg); background-image: url(../img/codevert.jpg);
} }
h1, h2, h3 { h1, h2, h3 {

View file

Before

Width:  |  Height:  |  Size: 20 MiB

After

Width:  |  Height:  |  Size: 20 MiB

View file

Before

Width:  |  Height:  |  Size: 1.7 MiB

After

Width:  |  Height:  |  Size: 1.7 MiB

View file

Before

Width:  |  Height:  |  Size: 200 KiB

After

Width:  |  Height:  |  Size: 200 KiB