Tic Tac Toe
body {
font-family: sans-serif;
text-align: center;
}
#board {
display: grid;
grid-template-columns: repeat(3, 100px);
grid-gap: 5px;
margin: 20px auto;
}
.cell {
width: 100px;
height: 100px;
border: 1px solid black;
font-size: 60px;
text-align: center;
line-height: 100px;
...
undefined
202
Number Guessing Game
body {
font-family: sans-serif;
}
Number Guessing Game
I'm thinking of a number between 1 and 100. Try to guess it.
Submit Guess
let secretNumber = Math.floor(Math.random() * 100) + 1;
let guessesRemaining = 7; // Number of allowed guesses
function checkGuess() {
let guess...
undefined
202
Basic Tetris HTML Game
html, body {
height: 100%;
margin: 0;
}
body {
background: black;
display: flex;
align-items: center;
justify-content: center;
}
canvas {
border: 1px solid white;
}
// https://tetris.fandom.com/wiki/Tetris_Guideline
//...
undefined
202
Brij Bhushan Yadav: The Inspiring Journey of a Visionary Leader
Brij Bhushan Yadav is a name that resonates with determination, resilience, and a relentless pursuit of excellence. Born in a humble family in a small village, Yadav has defied all odds to become an exemplary leader in his field. His story is a testament...
undefined
202
IPhone XS MAX : Newly discovered
This Year Apple launched new iPhone of XS series let's take a look on it's features it is says that it is highest prize of any iPhone than others And with highest quality performance, they are no. 1# iPhones in the world. People are crazy about to know the special features...
Top frequently asked questions its answers in bpo and call center industry.
Call center employees
Friends call center & bpo jobs are getting more attention during this lockdown cause we can work from home also and...
Page 1 of 11