groupementliens/static/styles/index.css

61 lines
827 B
CSS
Raw Normal View History

2020-09-30 22:55:37 +00:00
#categories {
height: 3em;
}
2020-09-26 23:32:38 +00:00
#categories ul {
list-style-type: none;
display: flex;
justify-content:space-around;
2020-09-30 22:55:37 +00:00
height: 100%;
}
#categories li {
padding-top: 1em;
}
#categories a {
color: white;
text-decoration: none;
padding: 2em;
padding-top: 1em;
padding-bottom: 1em;
2020-09-26 23:32:38 +00:00
}
.elem {
margin: 10px;
padding: 5px;
padding-top: 2px;
background-color: darkslategrey;
}
.elem a {
color: white;
font-weight: bolder;
}
.elem ul {
list-style-type: none;
margin: 0;
padding: 0;
display: flex;
justify-content: start;
}
.elem li {
margin-right: 5px;
padding: 5px;
background-color: dimgray;
2020-09-30 22:55:37 +00:00
}
.informatique {
background-color: #3A506B;
}
.musique {
background-color: #A4036F;
}
.autres {
background-color: #388659;
}