chohj06ms commited on
Commit
6170d31
1 Parent(s): d8d951a

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -12
index.html CHANGED
@@ -65,16 +65,6 @@
65
  cursor: pointer;
66
  font-size: 1em;
67
  }
68
- .slide first {
69
- background-color: #fff; /* Tailwind purple-600 */
70
- color: #000;
71
- padding: 10px 20px;
72
- margin-top: 20px;
73
- border: none;
74
- border-radius: 8px;
75
- cursor: pointer;
76
- font-size: 0.5em;
77
- }
78
  .slide button:hover {
79
  background-color: #6D28D9; /* Tailwind purple-700 */
80
  }
@@ -87,9 +77,9 @@
87
  <div class="slider">
88
  <!-- Slide 1 -->
89
  <div class="slide" id="slide-1">
90
- <div class="text-xl font-semibold text-white">tripleS</div>
91
  <div class="text-sm text-red-400">Cream01 First</div>
92
- <first>First</first>
93
  <p class="text-white text-opacity-50 text-xs">101Z-108Z (8 types)</p>
94
  <img src="https://placehold.co/200x200.png?text=Product+Image&fontsize=18" alt="tripleS Cream01 First product packaging with label FIRST Co1 tripleS" />
95
  <p class="text-white mt-2">KRW 4,400</p>
 
65
  cursor: pointer;
66
  font-size: 1em;
67
  }
 
 
 
 
 
 
 
 
 
 
68
  .slide button:hover {
69
  background-color: #6D28D9; /* Tailwind purple-700 */
70
  }
 
77
  <div class="slider">
78
  <!-- Slide 1 -->
79
  <div class="slide" id="slide-1">
80
+ <div class="text-xl font-semibold text-red-600">tripleS</div>
81
  <div class="text-sm text-red-400">Cream01 First</div>
82
+ <p>First</p>
83
  <p class="text-white text-opacity-50 text-xs">101Z-108Z (8 types)</p>
84
  <img src="https://placehold.co/200x200.png?text=Product+Image&fontsize=18" alt="tripleS Cream01 First product packaging with label FIRST Co1 tripleS" />
85
  <p class="text-white mt-2">KRW 4,400</p>