ayjays132 commited on
Commit
021a996
1 Parent(s): f83654c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -41
README.md CHANGED
@@ -116,7 +116,7 @@ body {
116
  font-weight: 800;
117
  margin-bottom: 20px;
118
  text-transform: uppercase;
119
- letter-spacing:5 2px;
120
  color: #e0e0e0;
121
  animation: fadeIn 1s ease-in-out;
122
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
@@ -130,43 +130,6 @@ body {
130
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
131
  }
132
 
133
- .trendy-feature h1 {
134
- font-size: 36px;
135
- margin-bottom: 20px;
136
- color: #333;
137
- }
138
-
139
- .section {
140
- margin-bottom: 40px;
141
- }
142
-
143
- .section-header {
144
- text-align: center;
145
- margin-bottom: 30px;
146
- }
147
-
148
- .section-title {
149
- font-size: 28px;
150
- font-weight: bold;
151
- color: #333;
152
- position: relative;
153
- display: inline-block;
154
- padding-bottom: 10px;
155
- margin-bottom: 10px;
156
- }
157
-
158
- .section-title::after {
159
- content: '';
160
- position: absolute;
161
- width: 50px;
162
- height: 4px;
163
- background-color: #007bff;
164
- bottom: 0;
165
- left: 50%;
166
- transform: translateX(-50%);
167
- }
168
-
169
- /* Grid Styles */
170
  .section-content {
171
  display: grid;
172
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
@@ -198,7 +161,6 @@ body {
198
  transform: scale(1.1);
199
  }
200
 
201
- /* Dot Styles */
202
  .dot-container {
203
  display: flex;
204
  justify-content: center;
@@ -221,7 +183,7 @@ body {
221
  background-color: #007bff;
222
  transform: scale(1.2);
223
  }
224
-
225
  .detail {
226
  display: flex;
227
  align-items: center;
@@ -388,8 +350,9 @@ body {
388
  font-size: 18px;
389
  font-weight: 600;
390
  text-align: center;
 
391
  cursor: pointer;
392
- transition: background 0.3s ease, transform 0.3s ease;
393
  }
394
 
395
  .form-button:hover {
@@ -397,6 +360,10 @@ body {
397
  transform: translateY(-2px);
398
  }
399
 
 
 
 
 
400
  .widget-container {
401
  background: rgba(255, 255, 255, 0.05);
402
  border-radius: 10px;
 
116
  font-weight: 800;
117
  margin-bottom: 20px;
118
  text-transform: uppercase;
119
+ letter-spacing: 2px;
120
  color: #e0e0e0;
121
  animation: fadeIn 1s ease-in-out;
122
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
 
130
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
131
  }
132
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
133
  .section-content {
134
  display: grid;
135
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
 
161
  transform: scale(1.1);
162
  }
163
 
 
164
  .dot-container {
165
  display: flex;
166
  justify-content: center;
 
183
  background-color: #007bff;
184
  transform: scale(1.2);
185
  }
186
+
187
  .detail {
188
  display: flex;
189
  align-items: center;
 
350
  font-size: 18px;
351
  font-weight: 600;
352
  text-align: center;
353
+ border: none;
354
  cursor: pointer;
355
+ transition: background-color 0.3s ease, transform 0.3s ease;
356
  }
357
 
358
  .form-button:hover {
 
360
  transform: translateY(-2px);
361
  }
362
 
363
+ .form-button:active {
364
+ background: #003a75;
365
+ }
366
+
367
  .widget-container {
368
  background: rgba(255, 255, 255, 0.05);
369
  border-radius: 10px;