top names v1
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user