Last active
January 9, 2020 19:21
-
-
Save Tiberriver256/a2ab4aa914f5e77844eba49cccb95a78 to your computer and use it in GitHub Desktop.
scrollable-menu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<body> | |
<table style="width: 100%; overflow-x: hidden; table-layout: fixed;"> | |
<tbody> | |
<tr> | |
<td style="text-align: center; width: 200px; border-right: solid;"> | |
<h1>Product</h1> | |
<img src="https://media.haworth.com/image/117471/s800/fern_linkedin_50x50_1-(1).jpg" style="max-height: 100px;" /> | |
</td> | |
<td style="padding-left: 20px"> | |
<h1>Configurations</h1> | |
<div style="overflow-x: scroll; white-space: nowrap;"> | |
<img src="https://media.haworth.com/image/117471/s800/fern_linkedin_50x50_1-(1).jpg" /> | |
<img src="https://media.haworth.com/image/117471/s800/fern_linkedin_50x50_1-(1).jpg" /> | |
<img src="https://media.haworth.com/image/117471/s800/fern_linkedin_50x50_1-(1).jpg" /> | |
<img src="https://media.haworth.com/image/117471/s800/fern_linkedin_50x50_1-(1).jpg" /> | |
<img src="https://media.haworth.com/image/117471/s800/fern_linkedin_50x50_1-(1).jpg" /> | |
<img src="https://media.haworth.com/image/117471/s800/fern_linkedin_50x50_1-(1).jpg" /> | |
<img src="https://media.haworth.com/image/117471/s800/fern_linkedin_50x50_1-(1).jpg" /> | |
<img src="https://media.haworth.com/image/117471/s800/fern_linkedin_50x50_1-(1).jpg" /> | |
<img src="https://media.haworth.com/image/117471/s800/fern_linkedin_50x50_1-(1).jpg" /> | |
<img src="https://media.haworth.com/image/117471/s800/fern_linkedin_50x50_1-(1).jpg" /> | |
<img src="https://media.haworth.com/image/117471/s800/fern_linkedin_50x50_1-(1).jpg" /> | |
<img src="https://media.haworth.com/image/117471/s800/fern_linkedin_50x50_1-(1).jpg" /> | |
</div> | |
</td> | |
</tr> | |
</tbody> | |
</table> | |
</body> | |
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"scripts": [], | |
"styles": [ | |
"https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.4.1/js/bootstrap.min.js" | |
] | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment