Merge branch 'main' of https://git.etud.insa-toulouse.fr/mougnibas/projet-clicodrome
This commit is contained in:
commit
e5c37bf3f7
4 changed files with 28 additions and 32 deletions
20
css/t1.css
20
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;
|
||||
}
|
||||
|
|
26
css/t2.css
26
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;
|
||||
}
|
||||
|
|
10
css/t3.css
10
css/t3.css
|
@ -8,16 +8,12 @@ body {
|
|||
background-image: url(codevert.jpg);
|
||||
}
|
||||
|
||||
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;
|
||||
|
@ -25,7 +21,7 @@ button {
|
|||
}
|
||||
|
||||
button:hover {
|
||||
background-color: #2980b9;
|
||||
background-color: #ff9900;
|
||||
}
|
||||
|
||||
img {
|
||||
|
|
|
@ -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 {
|
||||
|
@ -17,7 +17,7 @@ h1, h2, h3 {
|
|||
button {
|
||||
padding: 12px 25px;
|
||||
border: none;
|
||||
background-color: #1abc9c;
|
||||
background-color: #fc3e04;
|
||||
color: white;
|
||||
cursor: pointer;
|
||||
border-radius: 12px;
|
||||
|
|
Loading…
Reference in a new issue