dom manipulations uses elements

This commit is contained in:
realaravinth
2021-05-09 16:39:52 +05:30
parent cd729effb9
commit 686774a182
30 changed files with 262 additions and 128 deletions

View File

@@ -18,27 +18,20 @@
.details {
list-style: none;
position: absolute;
position: relative;
bottom: 0px;
box-sizing: border-box;
width: 95%;
display: flex;
font-size: 14px;
margin: auto;
}
.details__dummy-filler {
flex: 10;
background-color: $backdrop;
}
.details__item {
margin: auto 10px;
}
.details__item:first-child {
flex: 4;
}
.details__link {
color: $blue-link;
}