forked from ubaid-khan/Railway-Reservation-System
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtrial.css
28 lines (28 loc) · 743 Bytes
/
trial.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
form{
text-align: center;
font-family: cursive;
font-size: 30px;
color: white;
padding: inherit;
}
label{
border-left-width: thick;
border-left-color: aqua;
}
input[type="text"]{
width: auto;
font-family: cursive;
font-size: 15px;
}
input[type=submit] {
width: 10%;
font-family: cursive;
font-size: 20px;
background-color: #4CAF50;
color: white;
padding: 5px;
margin-top: auto;
border: none;
border-radius: 4px;
cursor: pointer
}