move bg text
This commit is contained in:
parent
2076b4b582
commit
c372ce85cd
2 changed files with 7 additions and 12 deletions
|
@ -158,10 +158,10 @@ footer p {
|
|||
color: #100b0b;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
/* top: 0; */
|
||||
user-select: none;
|
||||
pointer-events: none;
|
||||
z-index: 1;
|
||||
/* z-index: 1; */
|
||||
}
|
||||
|
||||
/* all other screens */
|
||||
|
|
|
@ -44,16 +44,6 @@
|
|||
</head>
|
||||
|
||||
<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>
|
||||
<img id="logo" src="assets/img/gallium-workshop.png" />
|
||||
<h1>Gallium Workshop</h1>
|
||||
|
@ -64,6 +54,11 @@
|
|||
<source src="assets/media/chromebook.mp4" type="video/mp4" />
|
||||
Your browser does not support the video tag.
|
||||
</video>
|
||||
<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>
|
||||
<h2>Proprietary Projects</h2>
|
||||
<div class="projects-list">
|
||||
<div class="project">
|
||||
|
|
Loading…
Reference in a new issue