-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathformstyle.css
More file actions
33 lines (31 loc) · 732 Bytes
/
formstyle.css
File metadata and controls
33 lines (31 loc) · 732 Bytes
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
29
30
31
32
33
*{
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
#heading{
/* width: 600; */
margin: 0px;
text-align: center; font-style: normal; color: palevioletred; padding: 2% 200px 2% 200px;
/* border-style:solid; */
}
h3{
font-size: 14px; padding-left: 250px; padding-bottom: 30px;
padding-right: 250px;
}
/* form{
padding-left: 250px;
padding-bottom: 30px; */
body{
display: grid;
gap: 10px;
align-items: center;
justify-content: space-evenly;
background-color: rgb(225, 242, 245);
}
.formBox{
height: auto;
/* width: auto; */
border: 2px solid #000000;
padding: 10px;
display: grid;
align-items: center;
}