mizzzuno commited on
Commit
1f8b3f4
·
verified ·
1 Parent(s): ba23e1e

Update templates/userRegister.html

Browse files
Files changed (1) hide show
  1. templates/userRegister.html +2 -29
templates/userRegister.html CHANGED
@@ -5,6 +5,8 @@
5
  <title>ユーザー音声登録</title>
6
  <script src="https://cdn.tailwindcss.com"></script>
7
  <script src="https://use.fontawesome.com/releases/v5.10.0/js/all.js"></script>
 
 
8
  <style>
9
  @keyframes pulse-scale {
10
  0%,
@@ -50,28 +52,6 @@
50
  border-radius: 50%;
51
  }
52
 
53
- /* Main Container */
54
- body {
55
- background: linear-gradient(135deg, #2c3e50, #1f2937);
56
- display: flex;
57
- align-items: center;
58
- justify-content: center;
59
- min-height: 100vh;
60
- font-family: "Arial", sans-serif;
61
- }
62
-
63
- /* Main Content Wrapper */
64
- .main-content {
65
- border: 5px solid rgba(255, 255, 255, 0.2);
66
- padding: 2rem;
67
- border-radius: 1rem;
68
- width: 90%;
69
- max-width: 500px;
70
- background-color: rgba(0, 0, 0, 0.3);
71
- box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
72
- text-align: center;
73
- }
74
-
75
  /* Title */
76
  .main-title {
77
  font-size: 2.5rem;
@@ -110,13 +90,6 @@
110
  opacity: 0.5;
111
  pointer-events: none;
112
  }
113
-
114
- /* Responsive Design */
115
- @media (max-width: 640px) {
116
- .main-content {
117
- padding: 1.5rem;
118
- }
119
- }
120
  </style>
121
  </head>
122
  <body>
 
5
  <title>ユーザー音声登録</title>
6
  <script src="https://cdn.tailwindcss.com"></script>
7
  <script src="https://use.fontawesome.com/releases/v5.10.0/js/all.js"></script>
8
+ <link rel="stylesheet" type="text/css" href="menu.css" />
9
+ <link rel="stylesheet" type="text/css" href="main.css" />
10
  <style>
11
  @keyframes pulse-scale {
12
  0%,
 
52
  border-radius: 50%;
53
  }
54
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
55
  /* Title */
56
  .main-title {
57
  font-size: 2.5rem;
 
90
  opacity: 0.5;
91
  pointer-events: none;
92
  }
 
 
 
 
 
 
 
93
  </style>
94
  </head>
95
  <body>