Воскресенье, 24.11.2024, 17:07 | Приветствую Вас Гость

...

Код

Главная » Статьи » Js

Цветные часы

<!DOCTYPE html>
<html>
<body>

<canvas id="myCanvas" width="700" height="600"
style="border:1px solid #d3d3d3;">

</canvas>

<script>
let canvas = document.getElementById("myCanvas");
let ctx = canvas.getContext("2d");
ctx.font = "75px Arial";
ctx.fillStyle = "red";
let timer = setInterval(function() {
ctx.clearRect(0,0,700,600);

const d = new Date();

var randomColor1 = "#" + Math.floor(Math.random()*16777215).toString(16);
var randomColor2 = "#" + Math.floor(Math.random()*16777215).toString(16);

ctx.fillStyle = randomColor1;
ctx.fillText(d.getHours(),150,300);
ctx.fillStyle = "black";
ctx.fillText(":",250,300);
ctx.fillStyle = randomColor2;
ctx.fillText(d.getMinutes(),300,300);

}, 500);

</script>

</body>
</html>

Категория: Js | Добавил: moskov (01.04.2023)
Просмотров: 82 | Рейтинг: 0.0/0
Добавлять комментарии могут только зарегистрированные пользователи.
[ Регистрация | Вход ]

Меню сайта

Категории раздела

PHP [41]
C++ [71]
Autoit [108]
Processing [105]
Basic4GL [7]
Fasm [2]
PABC [7]
Js [233]
Gentee [1]
Python [204]
Java android [3]
Small Basic [9]

Мини-чат

Статистика


Онлайн всего: 3
Гостей: 2
Пользователей: 1
moskov

Форма входа

Друзья сайта

  • ЗОВ КОСМОСА

  • Хулиган Вселенной

  • Тюремная поэзия

  • Религиозная поэзия

  • Сайт клана ЛеГиоН
  • Поиск