Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.63 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.63 KB

🔢 Random-number-generator-website

This site written in Italian simply at the click of the button returns a random number

Folder descriptions

The folder index.html contains the page html with already integrated javascript script that you find in the folder scripts.js.

Page design

To change the page design you need to edit the css file style.css.
  • The default page looks like this:

    image

Max numbers generated

To change the maximum number that the number generator can reach, therefore the limit number, simply change this number in the script by replacing it with the maximum number you want:

image

⚠️ Caution ⚠️

How come it wrote 10,000 and said it is 9999?

Simply because the number entered is taken as the maximum number and therefore is not taken into consideration, therefore it cannot come out among the numbers drawn, for this you must always write the max number you want to insert +1 so that the number you have selected can also come out, for example if I want the maximum to be 18 I will put 19 and so on

👋 Thanks for reading, byee! 😁