How To Make The Matrix Code Rain With Javascript | Quick Tutorial

preview_player
Показать описание
The famous code rain from the matrix franchise built with HTML, CSS and Javascript. Learn how to generate random characters with Javascript and create amazing animations with CSS for this awesome effect.

Don't hesitate to ask for help if you face any trouble re-creating a project from any of my videos. I will gladly help :)

Get The Source Code From All Of My Videos:

Follow me on Instagram:

My Products:

Support Me To Keep Creating And Improving My Content:

Tags:
matrix
html
css
javascript
code
webdesign
#javascript
#matrix
#code
Рекомендации по теме
Комментарии
Автор

This is a great little project! But I'm having issues with my screen remaining black and not rendering any rows/columns.
I've triple-checked and I have no typos, errors, or missed lines from your video in my main.css and script.js files.
I think the issue is in my index.html. This is how I included my main.css and script.js files in my index.html (the file paths are correct):

<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="./css/main.css" />
<title>Matrix</title>
</head>
<body>
<div class="matrix"></div>
<script type="text/javascript"
</body>
</html>


Am I missing something here?

jeffstienstra