-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
85 lines (76 loc) · 1.22 KB
/
style.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
* {
margin: 0;
padding: 0;
}
@media only screen and (max-width: 500px) {
#divmain {
display: none;
}
}
.mainheading{
background-color: #4BB4F8 !important;
font-weight: normal;
font-size: 30px;
padding-top: 20px;
padding-bottom: 20px;
}
.boldTheText {
font-weight: bolder;
color: red;
}
input {
width: 100%;
height: 100px;
}
.mainheading {
text-align: center;
color: white;
height: 30px;
display: flex;
justify-content: center;
align-items: center;
background-color: burlywood;
font-family: cursive;
/* font-family: ; */
}
#divmain {
display: flex;
justify-content: center;
align-items: center;
padding: 0;
/* border: 1px solid rgb(137, 107, 107); */
background-color: #E6E6E6;
padding-top: 20px;
padding-bottom: 20px;
}
.page {
display: flex;
justify-content: center;
align-items: center;
padding-top: 40px;
background-color: #E6E6E6;
flex-direction: column;
height: 80vh;
}
textarea {
width: 70%;
height: 300px;
border: none;
outline: none;
padding: 50px;
resize: none;
}
button {
margin-left: 5px;
width: 80px;
height: 40px;
}
#faltu {
display: none;
font-family: cursive;
}
select{
height: 40px;
margin-left: 20px;
width: 160px;
}