#e8e8e8
HTML +TailwindCSS
1<aside class="bg-black text-white p-6 rounded-lg w-full max-w-md font-mono"> 2 <div class="flex justify-between items-center"> 3 <div class="flex space-x-2 text-red-500"> 4 <div class="w-3 h-3 rounded-full bg-red-500"></div> 5 <div class="w-3 h-3 rounded-full bg-yellow-500"></div> 6 <div class="w-3 h-3 rounded-full bg-green-500"></div> 7 </div> 8 <p class="text-sm">bash</p> 9 </div> 10 <div class="mt-4"> 11 <p class="text-green-400">$ npm install uiverse</p> 12 <p class="text-white">+ [email protected]</p> 13 <p class="text-white">added 1 package, and audited 2 packages in 3s</p> 14 <p class="text-green-400">$</p> 15 </div> 16</aside> 17
145 views
145 views
Original Creator: Shu Ding
This UI element is reposted from an external origin. Show them some appreciation!
Comments
MIT License