Surprised this doesn’t work as I expected
ul {
border-bottom:1px;
border-color:red
}
li {
border-top:1px;
border-color:inherit
}
CSS is fun.
Written by
in Notes.
Surprised this doesn’t work as I expected
ul {
border-bottom:1px;
border-color:red
}
li {
border-top:1px;
border-color:inherit
}
CSS is fun.
Leave a Reply