Update solution.md

Remove extra "b" from "visible".
This commit is contained in:
Peter Roche 2019-11-14 21:27:48 -07:00 committed by GitHub
parent 120700e1f2
commit 6831d68b69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
The images ribbon can be represented as `ul/li` list of images `<img>`. The images ribbon can be represented as `ul/li` list of images `<img>`.
Normally, such a ribbon is wide, but we put a fixed-size `<div>` around to "cut" it, so that only a part of the ribbon is visibble: Normally, such a ribbon is wide, but we put a fixed-size `<div>` around to "cut" it, so that only a part of the ribbon is visible:
![](carousel1.svg) ![](carousel1.svg)