add bg
This commit is contained in:
parent
8e94e84cd2
commit
9804bbbb79
2 changed files with 21 additions and 0 deletions
|
@ -149,3 +149,13 @@ footer p {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bg-text {
|
||||||
|
font: bold 300px/310px Georgia, serif;
|
||||||
|
color: #100b0b;
|
||||||
|
opacity: 0.1;
|
||||||
|
/* background: yellow; */
|
||||||
|
position: absolute;
|
||||||
|
right: 0;
|
||||||
|
user-select: none;
|
||||||
|
}
|
|
@ -42,7 +42,18 @@
|
||||||
<script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.7.0/build/highlight.min.js"></script>
|
<script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.7.0/build/highlight.min.js"></script>
|
||||||
<script async defer src="./index.js"></script>
|
<script async defer src="./index.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
<div class="bg-text" bgcolor="#000000" text="#000000" link="#0000ff" vlink="#ff0000" alink="#ffff00">
|
||||||
|
|
||||||
|
<center>
|
||||||
|
you are registered as a participant in a mass disturbance
|
||||||
|
</center>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
<div id="code"></div>
|
<div id="code"></div>
|
||||||
<img id="logo" src="assets/img/gallium-workshop.png" />
|
<img id="logo" src="assets/img/gallium-workshop.png" />
|
||||||
<h1>Gallium Workshop</h1>
|
<h1>Gallium Workshop</h1>
|
||||||
|
|
Loading…
Reference in a new issue