|
1 |
| -@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap'); |
2 |
| -*{ |
3 |
| - margin: 0; |
4 |
| - padding: 0; |
5 |
| - box-sizing: border-box; |
6 |
| - font-family: 'Montserrat', sans-serif; |
7 |
| - background-color: #0b032d; |
| 1 | +@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap"); |
| 2 | +* { |
| 3 | + margin: 0; |
| 4 | + padding: 0; |
| 5 | + box-sizing: border-box; |
| 6 | + font-family: "Montserrat", sans-serif; |
| 7 | + background-color: #0b032d; |
8 | 8 | }
|
9 | 9 |
|
10 | 10 | body {
|
11 |
| - width: 100%; |
12 |
| - display: flex; |
13 |
| - align-items: center; |
14 |
| - justify-content: center; |
15 |
| - flex-direction: column; |
| 11 | + width: 100%; |
| 12 | + display: flex; |
| 13 | + align-items: center; |
| 14 | + justify-content: center; |
| 15 | + flex-direction: column; |
16 | 16 | }
|
17 | 17 |
|
18 |
| -h1{ |
19 |
| - margin: 30px; |
20 |
| - color: #f23557; |
21 |
| - |
| 18 | +h1 { |
| 19 | + margin: 30px; |
| 20 | + color: #f23557; |
22 | 21 | }
|
23 | 22 |
|
24 | 23 | .inputbox {
|
25 |
| - display: flex; |
26 |
| - width: 80%; |
27 |
| - flex-direction: column; |
| 24 | + display: flex; |
| 25 | + width: 80%; |
| 26 | + flex-direction: column; |
28 | 27 | }
|
29 | 28 |
|
30 | 29 | .input {
|
31 |
| - padding: 0.8rem; |
32 |
| - font-size: 1.1rem; |
33 |
| - border: 1px solid white; |
34 |
| - outline: none; |
35 |
| - border-radius: 0; |
36 |
| - color: white; |
| 30 | + padding: 0.8rem; |
| 31 | + font-size: 1.1rem; |
| 32 | + border: 1px solid white; |
| 33 | + outline: none; |
| 34 | + border-radius: 0; |
| 35 | + color: white; |
37 | 36 | }
|
38 | 37 |
|
39 |
| -.input:focus, .input:active { |
40 |
| - outline: none; |
| 38 | +.input:focus, |
| 39 | +.input:active { |
| 40 | + outline: none; |
41 | 41 | }
|
42 | 42 |
|
43 | 43 | .btn {
|
44 |
| - margin-top: 1rem; |
45 |
| - border: none; |
46 |
| - outline: none; |
47 |
| - width: 10rem; |
48 |
| - padding: 0.8rem 0; |
49 |
| - font-size: 1rem; |
50 |
| - background-color: #f23557; |
51 |
| - color: #fff; |
52 |
| - cursor: pointer; |
53 |
| - border-radius: 0; |
| 44 | + margin-top: 1rem; |
| 45 | + border: none; |
| 46 | + outline: none; |
| 47 | + width: 10rem; |
| 48 | + padding: 0.8rem 0; |
| 49 | + font-size: 1rem; |
| 50 | + background-color: #f23557; |
| 51 | + color: #fff; |
| 52 | + cursor: pointer; |
| 53 | + border-radius: 0; |
54 | 54 | }
|
55 | 55 |
|
56 |
| -p span{ |
57 |
| - color: yellow; |
58 |
| - font-size: 20px; |
| 56 | +p span { |
| 57 | + color: yellow; |
| 58 | + font-size: 20px; |
59 | 59 | }
|
60 | 60 |
|
61 |
| -p{ |
62 |
| - color: white; |
63 |
| - font-size: 20px; |
64 |
| - width: 80%; |
65 |
| - margin-bottom: 30px; |
66 |
| - line-height: 2rem; |
| 61 | +p { |
| 62 | + color: white; |
| 63 | + font-size: 20px; |
| 64 | + width: 80%; |
| 65 | + margin-bottom: 30px; |
| 66 | + line-height: 2rem; |
67 | 67 | }
|
68 | 68 |
|
69 |
| - |
70 |
| - |
71 | 69 | .textcontainer h3 {
|
72 |
| - text-align: center; |
73 |
| - font-size: 20px; |
74 |
| - color: #FFF; |
75 |
| - font-family: 'Times New Roman', Times, serif; |
76 |
| - margin: 20px auto; |
| 70 | + text-align: center; |
| 71 | + font-size: 20px; |
| 72 | + color: #fff; |
| 73 | + font-family: "Times New Roman", Times, serif; |
| 74 | + margin: 20px auto; |
77 | 75 | }
|
78 | 76 |
|
79 | 77 | .textcontainer h3 span {
|
80 |
| - color: #f23557; |
| 78 | + color: #f23557; |
81 | 79 | }
|
82 | 80 |
|
83 |
| -.textarea{ |
84 |
| - color: white; |
85 |
| - padding: 10px; |
| 81 | +.textarea { |
| 82 | + color: white; |
| 83 | + padding: 10px; |
86 | 84 | }
|
87 | 85 |
|
88 |
| - |
89 | 86 | /* news analyzer styles */
|
90 | 87 |
|
91 | 88 | .newscontainer h3 {
|
92 |
| - text-align: center; |
93 |
| - font-size: 20px; |
94 |
| - color: #FFF; |
95 |
| - font-family: 'Times New Roman', Times, serif; |
96 |
| - margin: 20px auto; |
| 89 | + text-align: center; |
| 90 | + font-size: 20px; |
| 91 | + color: #fff; |
| 92 | + font-family: "Times New Roman", Times, serif; |
| 93 | + margin: 20px auto; |
97 | 94 | }
|
98 | 95 |
|
99 | 96 | .newscontainer h3 span {
|
100 |
| - color: #f23557; |
| 97 | + color: #f23557; |
101 | 98 | }
|
102 | 99 |
|
103 |
| - |
104 | 100 | /* language analyzer styles */
|
105 | 101 | .input2 {
|
106 |
| - padding: 0.8rem; |
107 |
| - font-size: 1.1rem; |
108 |
| - border: 1px solid white; |
109 |
| - outline: none; |
110 |
| - border-radius: 0; |
111 |
| - color: white; |
| 102 | + padding: 0.8rem; |
| 103 | + font-size: 1.1rem; |
| 104 | + border: 1px solid white; |
| 105 | + outline: none; |
| 106 | + border-radius: 0; |
| 107 | + color: white; |
112 | 108 | }
|
113 | 109 |
|
114 |
| -.input2:focus, .input2:active { |
115 |
| - outline: none; |
116 |
| - /* border: none; */ |
| 110 | +.input2:focus, |
| 111 | +.input2:active { |
| 112 | + outline: none; |
| 113 | + /* border: none; */ |
117 | 114 | }
|
118 | 115 |
|
119 | 116 | .langcontainer h3 {
|
120 |
| - /* width: 90%; */ |
121 |
| - text-align: center; |
122 |
| - font-size: 20px; |
123 |
| - color: #FFF; |
124 |
| - font-family: 'Times New Roman', Times, serif; |
125 |
| - margin: 20px auto; |
| 117 | + /* width: 90%; */ |
| 118 | + text-align: center; |
| 119 | + font-size: 20px; |
| 120 | + color: #fff; |
| 121 | + font-family: "Times New Roman", Times, serif; |
| 122 | + margin: 20px auto; |
126 | 123 | }
|
127 | 124 |
|
128 | 125 | .langcontainer h3 span {
|
129 |
| - color: #f23557; |
| 126 | + color: #f23557; |
130 | 127 | }
|
131 | 128 |
|
0 commit comments