Take a shortcut through keyboard history
ul.kbtimeline {
list-style-type: none;
position: relative;
}
ul.kbtimeline:before {
content: ' ';
background: #d4d9df;
display: inline-block;
margin-top: 1rem;
position: absolute;
ul.kbtimeline { list-style-type: none; position: relative; } ul.kbtimeline:before { content: ’ ’; background: #d4d9df; display: inline-block; margin-top: 1rem; position: absolute; left: 29px; width: 2px; height: 100%; } ul.kbtimeline > li { margin: 20px 0; padding-left: 60px; } ul.kbtimeline > li:before { content: ’ ’; background: white; display: inline-block; margin-top: 0.40em; position: absolute; border-radius: 50%; border: 3px solid #2090ea; left: 20px; width: 20px; height: 20px; }
Read more...
- Reference: https://signal.org/blog/keyboard-shortcuts/
Write a comment