-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
70 lines (59 loc) · 977 Bytes
/
main.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
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
66
67
68
69
70
*{
font-family: "kalam";
justify-items: center;
margin: 0;
}
.top{
padding: 10px;
background-color:#F2C94C;
justify-items: center;
}
.top-heading{
text-align: center;
font-family: "kalam";
}
.inner{
justify-items: center;
padding: 10px;
}
textarea{
width:571px;
height:141px;
font-size: 16px;
color: black;
}
textarea:focus{
border: black 2px solid;
}
.output-heading{
font-family: 200;
}
.output-result{
padding: 1rem;
height: 100px;
box-sizing: border-box;
border: black solid 2px;
}
.main{
margin: auto;
max-width: 600px;
padding: 1rem;
box-sizing: border-box;
}
.footer{
background-color: #F2C94C;
position:fixed;
bottom: 0;
justify-content: center;
width: 100%;
text-align: center;
padding: 1rem;
}
p{
text-align: center;
}
.submit_button{
padding: 16px 30px 16px 30px ;
background-color: #F2C94C;
border: none;
}