Jak umieścić zdjęcie oraz teksty powyżej warstwy kodu matrix.

0

Witam potrzebuje pomocy mianowicie mam kod matrix i chciałbym aby zdjęcia i napisy były na nim. Aktualnie wyglada to tak : squbanyofficial.pl

<!DOCTYPE html>
<html>
	<head>
		<title>sQubanyOfficial</title>
		<meta charset="UTF-8"/>
		<style>
			body {
				font-family: monospace;
				color: #f00;
				background-color: black;
			}
			
			img {
		border-top-left-radius: 50px;
		border-top-right-radius: 50px;
		border-bottom-right-radius: 50px;
		border-bottom-left-radius: 50px;
		}
		
		</style>
		<link rel="stylesheet" href="matrix.css"/>
	</head>
	<body>
	<center>
		<img style="position: relative; left: 84px; bottom: 91px; z-index: 1" src="punkt.gif" alt="..." />
		<canvas style="font-family: 'Matrix Code Font'" class="matrix" id="q" width="1920px" height="1080px"></canvas>
		<script src="jquery-3.1.0.min.js" type="text/javascript"></script>
		<script src="matrix.js"></script>
		<header><img src="https://bit.ly/2z008rI" alt="sQubanyOfficial" width="150" height="150" /></header>
	</center>
	</body>
</html>
0

problemem jest to, img nie jest wyswietlany na canvasie. Przestudiuj kod ktory podalem w linku i popraw swoj kod analogicznie

http://jsfiddle.net/m1erickson/g3sTL/

1 użytkowników online, w tym zalogowanych: 0, gości: 1