No CSS and Javascript in the index.html, more easy to maintain the design and the code. Added a select for the number of item to show and added the new parameter to the SQL query. Total number of item determined by the SQL query and not fixed.
13 lignes
Pas d'EOL
256 o
CSS
13 lignes
Pas d'EOL
256 o
CSS
.navbar {
|
|
background: linear-gradient(to bottom, #76eda0 0%,#1ad87f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
|
}
|
|
|
|
.remake {
|
|
background-color: #f0b0b0;
|
|
}
|
|
.trusted {
|
|
background-color: #98d9a8;
|
|
}
|
|
.aplus {
|
|
background-color: #60b0f0;
|
|
} |