body {
font-family: Arial, sans-serif;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
background-color: #f2f2f2;
}
.container {
background-color: #fff;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
padding: 30px;
text-align: center;
width: 300px;
}
h1 {
font-size: 24px;
margin-bottom: 20px;
}
.input-section {
margin-bottom: 20px;
}
input[type="number"] {
padding: 8px;
margin: 10px 5px;
width: 80px;
border: 1px solid #ccc;
border-radius: 5px;
}
button {
padding: 10px 20px;
margin-top: 10px;
background-color: #4CAF50;
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
font-size: 16px;
}
button:hover {
background-color: #45a049;
}
button:active {
background-color: #3e8e41;
}
#randomNumber {
font-size: 24px;
font-weight: bold;
margin: 20px 0;
color: #333;
}
#reset {
background-color: #f44336;
margin-top: 10px;
}
#reset:hover {
background-color: #e53935;
}
-
Notifications
You must be signed in to change notification settings - Fork 0
Vanshbhattok/Random-number-generator
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A team effort for developing a GUI based Random Number Generator.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published