mirror of
https://github.com/frc1418/banners.css.git
synced 2026-03-09 13:46:41 -04:00
Fix HTTPS links that don't work in README
This commit is contained in:
@@ -17,13 +17,13 @@ Repeat the above process, except instead of defining a `<ul>` with `<li>`s as ch
|
||||
Repeat the first process exactly, however with one extra step: enclose the `<ul>` with a `<div>` with the class `banner-parent`. This will cause the row of banners to expand to fill the whole width of the screen, and any extra banners will be visible by scrolling to the side.
|
||||
|
||||
## Examples
|
||||
* [Team 1418's website](https://1418.team)
|
||||
* [Team 1418's website](http://1418.team)
|
||||
* See `example.html`
|
||||
|
||||
If you use this framework on your own project, feel free to open a pull request to add it to this list!
|
||||
|
||||
## Author
|
||||
This framework was created by [Erik Boesen](https://github.com/ErikBoesen), originally for [Team 1418's website](https://1418.team).
|
||||
This framework was created by [Erik Boesen](https://github.com/ErikBoesen), originally for [Team 1418's website](http://1418.team).
|
||||
|
||||
## License
|
||||
This software is protected under the CC-0 license. Do anything you want with it. I'd love if you gave me credit, but you don't have to if you really don't want to.
|
||||
This software is protected under the CC-0 license. Do anything you want with it. I'd love if you gave me credit, but you don't have to if you really don't want to.
|
||||
|
||||
Reference in New Issue
Block a user