Skip to content
Snippets Groups Projects
Commit 34ee2793 authored by Yifan Su's avatar Yifan Su
Browse files

Update style.css

parent a349a061
Branches
No related tags found
No related merge requests found
......@@ -109,25 +109,25 @@ body {
}
.skills .box {
.skill .box {
position:relative;
width: 100%;
display: grid;
grid-template-columns: 100px 1fr;
grid-template-columns: 100px auto;
justify-content: center;
align-items: center;
}
.skills .box .percent {
.skill .box .percent {
position: relative;
width: 100%;
height: 10px;
background-color: rgb(233, 186, 243);
}
.skills .box .percent div {
.skill .box .percent div {
position: absolute;
height: 100%;
background-color: rgb(162 101 234 / 76%);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment