Update 'how-to-make-a-notebook-that/style.css'

master
flem 11 months ago
parent 3952c47a9c
commit 154053ec68

@ -217,3 +217,11 @@ section#main{
}
ext {
border-bottom-color: #a6dbf0;
background: linear-gradient(to bottom, #a6dbf0 100%, #a6dbf0 100%);
background-position: 0 100%;
background-repeat: repeat-x;
background-size: 0 0;
transition: background .2s ease-in-out;
}
Loading…
Cancel
Save