Files
site_internet/static/style.css

35 lines
433 B
CSS

.titre{
font-family: "Courier New", monospace;
}
blockquote{
background-color: lightgrey;
}
footer{
background-color: lightgrey;
}
.nav{
list-style-type: none;
margin: 0px;
padding: 0px;
background-color: #000000ccc;
display: flex;
}
.nav-element{
float: right;
}
.nav-link{
display: block;
color: white;
padding: 14px 16px;
text-decoration: none;
}
.nav-link:hover{
background-color: light-blue;
}