linuxtechJul 4, 20201 min readHow to make a simple chessboard using HTMLsource code: <html> <head> <meta charset="UTF-8"> <title>simple chessborad made by linux tech</title> <style type="text/css"> .chessboard...
linuxtechJun 27, 20201 min readHow to make a simple digital clock using HTML.source code: <html> <head> <title>Digital Clock made by linux tech </title> <link href="https://fonts.googleapis.com/css?family=Orbitron"...