Nouveaus modules
This commit is contained in:
28
public/styles.css
Normal file
28
public/styles.css
Normal file
@@ -0,0 +1,28 @@
|
||||
.tableau ul {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.tableau li {
|
||||
flex: auto;
|
||||
list-style-type: none;
|
||||
width: min-content;
|
||||
padding: 8px;
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
.tableau ul:nth-child(even) {
|
||||
background-color: aliceblue;
|
||||
}
|
||||
|
||||
figure img {
|
||||
height: 80px !important;
|
||||
}
|
||||
|
||||
figure img:hover {
|
||||
height: 180px !important;
|
||||
}
|
||||
|
||||
.figure {
|
||||
display: block !important;
|
||||
}
|
||||
Reference in New Issue
Block a user