0
0
Fork 0

コメント追加したり

This commit is contained in:
xeltica 2021-09-04 18:24:11 +09:00
parent 1c45e759c3
commit b9575d2c5b
22 changed files with 945 additions and 809 deletions

View file

@ -7,3 +7,27 @@ body {
margin: auto;
max-width: 720px;
}
.tab {
.item {
position: relative;
padding: var(--margin);
&.active {
color: var(--primary);
transition: width 0.2s ease;
&::after {
content: "";
width: 100%;
}
}
&::after {
content: "";
bottom: 0;
left: 0;
right: 0;
height: 2px;
width: 0;
background-color: var(--primary);
}
}
}