-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
65 lines (62 loc) · 1.04 KB
/
Copy pathstyle.css
File metadata and controls
65 lines (62 loc) · 1.04 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
*
{
margin: 0px;
padding: 0px;
box-sizing: border-box;
font-family: 'Shantell Sans', cursive;
}
.container
{
max-width: 80%;
padding: 34px;
margin:auto;
}
.container h1
{
text-align: center;
font-family: 'Nunito', sans-serif;
}
input,textarea
{
/* display: block; */
width: 80%;
margin: 11px 0px;
padding: 7px;
font-size: medium;
border: 2px solid black;
border-radius: 6px;
}
p{
font-size: 17px;
text-align: center;
font-family: 'Shantell Sans', cursive;
color:black;
}
form{
display: flex;
flex-direction: column;
align-items: center;
justify-content:center ;
}
.btn
{
color: white;
background: purple;
padding: 15px 10px;
font-size: 20px;
border: 2px solid white;
border-radius: 14px;
cursor: pointer;
}
.SJCET
{
width: 100%;
position: absolute;
z-index: -1;
}
.submitMsg
{
font-size: 17px;
font-family: 'Shantell Sans', cursive;
color:brown;
}