mirror of
https://github.com/glassflame/glassflame.github.io.git
synced 2024-11-22 08:04:27 +00:00
Some style improvements
This commit is contained in:
parent
f14315c39d
commit
d53e52f55f
2 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
<html lang="">
|
<html lang="">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<title>WIP: Obsiview</title>
|
<title>Obsiview</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<!-- Interaction scripts -->
|
<!-- Interaction scripts -->
|
||||||
<script type="module" src="src/index.mjs"></script>
|
<script type="module" src="src/index.mjs"></script>
|
||||||
|
@ -126,6 +126,8 @@
|
||||||
|
|
||||||
margin-top: 64px;
|
margin-top: 64px;
|
||||||
margin-bottom: 64px;
|
margin-bottom: 64px;
|
||||||
|
|
||||||
|
background-image: url("./style/dot.png");
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<div class="canvas">
|
<div class="canvas">
|
||||||
|
|
BIN
style/dot.png
Normal file
BIN
style/dot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 540 B |
Loading…
Reference in a new issue