mizzzuno commited on
Commit
32fe581
·
verified ·
1 Parent(s): 9cd5942

Delete templates/main.css

Browse files
Files changed (1) hide show
  1. templates/main.css +0 -40
templates/main.css DELETED
@@ -1,40 +0,0 @@
1
- /* Responsive Design */
2
- @media (max-width: 640px) {
3
- .w-72 {
4
- width: 95%;
5
- }
6
- .h-72 {
7
- height: 350px;
8
- }
9
- }
10
- /* Main Container */
11
- body {
12
- background: linear-gradient(135deg, #2c3e50, #1f2937);
13
- display: flex;
14
- align-items: center;
15
- justify-content: center;
16
- min-height: 100vh;
17
- font-family: "Arial", sans-serif;
18
- color: #fff;
19
- }
20
-
21
- /* Main Content Wrapper */
22
- .main-content {
23
- border: 5px solid rgba(255, 255, 255, 0.2);
24
- padding: 2rem;
25
- border-radius: 1rem;
26
- width: 90%;
27
- max-width: 500px;
28
- background-color: rgba(0, 0, 0, 0.3);
29
- box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
30
- text-align: center;
31
- }
32
-
33
- /* Title */
34
- .main-title {
35
- font-size: 2.5rem;
36
- font-weight: bold;
37
- margin-bottom: 1.5rem;
38
- color: #fff;
39
- text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
40
- }