Layouts
SpotlightSpotlight
A layout similar to tabs. Ideal for showing a list of features or steps with a code block on the side.
A Game of Thrones
The first book in the A Song of Ice and Fire series by George R.R. Martin.
A Clash of Kings
The second book in the series.
A Storm of Swords
The third book.
A Feast for Crows
The fourth book, explores the aftermath of the wars.
const houses = ["Stark","Lannister","Baratheon","Targaryen",]const winner =houses[Math.floor(Math.random() * houses.length,)]console.log(`Iron Throne: ${winner}`)