.
This commit is contained in:
parent
faa109a531
commit
71e29a0004
2 changed files with 13 additions and 19 deletions
16
css/t8.css
16
css/t8.css
|
|
@ -4,7 +4,8 @@ body {
|
||||||
background-color: #f4f4f9;
|
background-color: #f4f4f9;
|
||||||
color: #333;
|
color: #333;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 80px;
|
padding: 0;
|
||||||
|
line-height: 1.6;
|
||||||
}
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
|
|
@ -17,7 +18,7 @@ main {
|
||||||
}
|
}
|
||||||
|
|
||||||
output{
|
output{
|
||||||
font-size: 50px ;
|
font-size: 30px ;
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
|
|
@ -26,8 +27,8 @@ button {
|
||||||
background-color: #e74c3c;
|
background-color: #e74c3c;
|
||||||
color: white;
|
color: white;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border-radius: 50px;
|
border-radius: 5px;
|
||||||
font-size: 22px;
|
font-size: 16px;
|
||||||
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
|
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
|
||||||
transition: background-color 0.3s ease, transform 0.2s ease;
|
transition: background-color 0.3s ease, transform 0.2s ease;
|
||||||
}
|
}
|
||||||
|
|
@ -45,8 +46,9 @@ img {
|
||||||
}
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
width: 100%;
|
width: 100;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
|
margin: 20px 0;
|
||||||
border: 2px solid #ff9900;
|
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);
|
||||||
}
|
}
|
||||||
|
|
@ -70,12 +72,12 @@ th {
|
||||||
table tr:hover {
|
table tr:hover {
|
||||||
background-color: #f1f1f1;
|
background-color: #f1f1f1;
|
||||||
}
|
}
|
||||||
table.table_magasin{
|
/* table.table_magasin{
|
||||||
width: 150px;
|
width: 150px;
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
} */
|
||||||
|
|
||||||
a{
|
a{
|
||||||
color: #fda500;
|
color: #fda500;
|
||||||
|
|
|
||||||
16
css/t9.css
16
css/t9.css
|
|
@ -9,7 +9,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
output{
|
output{
|
||||||
font-size: 50px;
|
font-size: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
|
|
@ -22,13 +22,13 @@ main {
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
padding: 25px 50px;
|
padding: 25px 20px;
|
||||||
border: none;
|
border: none;
|
||||||
background-color: #e74c3c;
|
background-color: #e74c3c;
|
||||||
color: white;
|
color: white;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border-radius: 40px;
|
border-radius: 40px;
|
||||||
font-size: 24px;
|
font-size: 20px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
|
transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
|
||||||
|
|
@ -53,18 +53,13 @@ img {
|
||||||
transition: transform 0.3s ease;
|
transition: transform 0.3s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
img:hover {
|
|
||||||
transform: scale(1.05);
|
|
||||||
}
|
|
||||||
|
|
||||||
table {
|
table {
|
||||||
width: 100;
|
width: 100;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
border: 3px solid #ff9900;
|
border: 3px solid #ff9900;
|
||||||
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
|
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
|
||||||
transition: box-shadow 0.3s ease;
|
transition: box-shadow 0.3s ease;
|
||||||
margin-left: auto;
|
margin: 20px 0;
|
||||||
margin-right: auto;
|
|
||||||
}
|
}
|
||||||
table:hover {
|
table:hover {
|
||||||
box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
|
box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
|
||||||
|
|
@ -88,9 +83,6 @@ th {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
table tr:hover {
|
|
||||||
background-color: #b61212;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
a{
|
a{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue