crown + work

This commit is contained in:
2025-12-31 13:22:31 +05:00
parent a7308582a0
commit c07dfeeed5
2 changed files with 65 additions and 0 deletions

27
css/work.css Normal file
View File

@@ -0,0 +1,27 @@
@charset "UTF-8";
i.icon.work,
i.icon.work::after {
display: block;
box-sizing: border-box;
box-shadow: 0 0 0 2px;
}
i.icon.work {
position: relative;
width: 14px;
height: 10px;
border-radius: 1px;
}
i.icon.work::after {
top: -3px;
left: 4px;
position: absolute;
content: '';
width: 6px;
height: 1px;
border-top-right-radius: 1px;
border-top-left-radius: 1px;
}