源代码:
下载代码
AI 编程工具
点击运行
<!doctype html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <script src="https://cdn.tailwindcss.com"></script> </head> <body> <div> <div class="flex items-center space-x-2 text-base"> <h4 class="font-semibold text-slate-900">Contributors</h4> <span class="rounded-full bg-slate-100 px-2 py-1 text-xs font-semibold text-slate-700">204</span> </div> <div class="flex space-x-4"> <img class="w-16 h-16 rounded-full border-2 border-white" src="https://static.jyshare.com/images/icon/aicodeconvert.jpg" alt=""/> <img class="w-16 h-16 rounded-full border-2 border-white" src="https://static.jyshare.com/images/icon/foundation.png" alt=""/> <img class="w-16 h-16 rounded-full border-2 border-white" src="https://static.jyshare.com/images/icon/foundation.png" alt=""/> <img class="w-16 h-16 rounded-full border-2 border-white" src="https://static.jyshare.com/images/icon/foundation.png" alt=""/> <img class="w-16 h-16 rounded-full border-2 border-white" src="https://static.jyshare.com/images/icon/foundation.png" alt=""/> </div> <div class="mt-3 text-sm font-medium"> <a href="#" class="text-blue-500">+ 198 others</a> </div> </div> </body> </html>
运行结果: