Compare commits
2 commits
eeb250c3f5
...
a9886ef8f9
Author | SHA1 | Date | |
---|---|---|---|
a9886ef8f9 | |||
3499083374 |
1 changed files with 5 additions and 3 deletions
|
@ -16,6 +16,7 @@
|
|||
--accent-1: #d182ff;
|
||||
--accent-2: #eb53d3;
|
||||
--content-spacing: 5px;
|
||||
--background-img: url("/@brooke/bg.webp");
|
||||
--banner: url("/@brooke/fractal.webp");
|
||||
--titleBars: url("/@brooke/title-bar.webp");
|
||||
--text-color: white;
|
||||
|
@ -35,7 +36,10 @@
|
|||
background-size: auto 300px;
|
||||
}
|
||||
.topbar {
|
||||
background-image: var(--banner);
|
||||
height: 150px;
|
||||
background-size: cover;
|
||||
background-position: 60%;
|
||||
margin-bottom: var(--content-spacing);
|
||||
border: var(--border);
|
||||
}
|
||||
|
@ -77,9 +81,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<video class="topbar" autoplay muted loop playsinline>
|
||||
<source src="/@brooke/fractal.webp" type="video/webm">
|
||||
</video>
|
||||
<div class="topbar"></div>
|
||||
<div id="flex">
|
||||
<main>
|
||||
<div class="sidebar-title"> </div>
|
||||
|
|
Loading…
Add table
Reference in a new issue