aboutsummaryrefslogtreecommitdiff
path: root/src/components/Slideshow.astro
blob: 8910bd85a483344be7c92807a2c7d2367b6899df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<div class="window" style="display:flex; flex-direction:column; height:80vh;">
    <div class="titlebar">
        <p class="titlebar-text">Screenshots</p>
        <div class="titlebar-buttons">
            <div class="titlebar-box"></div>
            <div class="titlebar-box"></div>
            <div class="titlebar-box"></div>
        </div>
    </div>
</div>