top names v1

This commit is contained in:
hugo LAMY
2026-02-15 20:40:31 +01:00
parent 39f9bea36b
commit 8690efb8c0
2 changed files with 36 additions and 199 deletions

View File

@@ -5,7 +5,7 @@
width: 600px;
height: auto;
#top {
#top.name_list {
float: left;
height: 25px;
width: 480px;
@@ -16,17 +16,24 @@
margin-top: 50px;
margin-bottom: 25px;
.nom {
float: left;
height: 12px;
width: auto;
margin-right: 10px;
display: flex;
flex-wrap: wrap;
height: auto;
column-gap: 30px;
.carre {
float: left;
width: 10px;
height: 12px;
margin-right: 3px;
p {
position: relative;
&::before {
content: "";
position: absolute;
left: -13px;
top: 50%;
translate: 0% -50%;
width: 7px;
height: 7px;
border-radius: 10%;
border: 1px solid #cc3300;
}
}
}