correction du probleme de nom pour la page du jour
This commit is contained in:
BIN
public/FCP_3579.JPG
Normal file
BIN
public/FCP_3579.JPG
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.9 MiB |
BIN
public/audio/beatmaking/beatmaker1.mp3
Normal file
BIN
public/audio/beatmaking/beatmaker1.mp3
Normal file
Binary file not shown.
BIN
public/audio/ukulele/16-03-2026.mp3
Normal file
BIN
public/audio/ukulele/16-03-2026.mp3
Normal file
Binary file not shown.
BIN
public/favicon.png
Normal file
BIN
public/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 173 B |
BIN
public/porsche-944-2-7.jpeg
Normal file
BIN
public/porsche-944-2-7.jpeg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 143 KiB |
BIN
public/porsche-944-turbo-red-glass.jpg
Normal file
BIN
public/porsche-944-turbo-red-glass.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 231 KiB |
80
public/style.css
Normal file
80
public/style.css
Normal file
@@ -0,0 +1,80 @@
|
|||||||
|
.titre{
|
||||||
|
font-family: "Courier New", monospace;
|
||||||
|
margin-left: 1%;
|
||||||
|
}
|
||||||
|
|
||||||
|
blockquote{
|
||||||
|
background-color: lightgrey;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-text{
|
||||||
|
background-color: lightgrey;
|
||||||
|
margin: 5px;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-list{
|
||||||
|
list-style-type: none;
|
||||||
|
margin: 5px;
|
||||||
|
padding: 0;
|
||||||
|
overflow: hidden;
|
||||||
|
background-color: #cc0000;
|
||||||
|
border-radius: 10px 10px 10px 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-element{
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-link{
|
||||||
|
display: block;
|
||||||
|
text-align: center;
|
||||||
|
color: white;
|
||||||
|
padding: 14px 16px;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-link:hover{
|
||||||
|
background-color: #cc2222;
|
||||||
|
}
|
||||||
|
|
||||||
|
.home{
|
||||||
|
color: black;
|
||||||
|
margin: 5px;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main-content{
|
||||||
|
margin: 5px;
|
||||||
|
border-style: solid;
|
||||||
|
border-width: 5px;
|
||||||
|
border-color: #cc0000;
|
||||||
|
border-radius: 10px 10px 10px 10px;
|
||||||
|
padding: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer{
|
||||||
|
margin: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.layout:has(aside) {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: 2fr 1fr;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
.layout {
|
||||||
|
grid-template-columns: 1fr;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
aside{
|
||||||
|
margin: 5px;
|
||||||
|
background-color: #cc0000;
|
||||||
|
color: white;
|
||||||
|
border-radius: 10px 10px 10px 10px;
|
||||||
|
padding: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
text-align: justify;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user