Line 86: | Line 86: | ||
function generateRandomNumber(min, max){ | function generateRandomNumber(min, max){ | ||
− | + | return Math.floor(Math.random() * (max - min) + min); | |
− | + | ||
} | } | ||
Line 121: | Line 120: | ||
div.style.borderRadius = "20px"; | div.style.borderRadius = "20px"; | ||
div.style.position = "fixed"; | div.style.position = "fixed"; | ||
− | div.width = | + | div.width = "100%"; |
div.style.color = "white"; | div.style.color = "white"; | ||
− | div.style.fontFamily = "sans-serif" | + | div.style.fontFamily = "sans-serif"; |
div.appendChild(cross); | div.appendChild(cross); | ||
Line 129: | Line 128: | ||
div.appendChild(header); | div.appendChild(header); | ||
div.appendChild(content); | div.appendChild(content); | ||
− | + | teamTableDiv.appendChild(div); | |
} | } | ||
Revision as of 04:05, 27 September 2021
The team
Advisors
Principal Investigators
Funny moments