neerajkalyank commited on
Commit
78ffac4
·
verified ·
1 Parent(s): ebefaa6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -102,6 +102,11 @@ h2, h3, h4, h5, h6 {
102
  text-shadow: 2px 2px 10px rgba(255, 255, 0, 0.3);
103
  }
104
 
 
 
 
 
 
105
  /* Header Styling */
106
  #header {
107
  color: #7fffd4;
 
102
  text-shadow: 2px 2px 10px rgba(255, 255, 0, 0.3);
103
  }
104
 
105
+ /* Specific style for Age input field */
106
+ #age-input {
107
+ width: 60px; /* Adjust width as needed for a two-digit input */
108
+ }
109
+
110
  /* Header Styling */
111
  #header {
112
  color: #7fffd4;