tailwindcss实现手风琴折叠卡片消息代码

代码语言:html

所属分类:布局界面

代码描述:tailwindcss实现手风琴折叠卡片消息代码

代码标签: tailwind css 手风琴 折叠 卡片 消息 代码

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!DOCTYPE html>
<html lang="en" >

<head>

  <meta charset="UTF-8">

  
  


</head>

<body  >
  <section class="w-screen min-h-screen py-6 px-12 flex flex-col bg-zinc-900 text-zinc-50 items-center justify-center">
	<div class="w-full flex flex-col gap-3 max-w-screen-md">
		<!-- FAQ 1 Start-->
		<div class="w-full rounded bg-zinc-800 hover:bg-zinc-700">
			<div class="flex flex-col">
				<input id="faq1" type="checkbox" class="ml-auto sr-only peer">
				<label for="faq1" class="flex py-2 px-4 mt-2 w-full items-center cursor-pointer">
					<span class="font-medium text-lg">What is the meaning of life, the universe, and everything?</span>
					<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class=.........完整代码请登录后点击上方下载按钮下载查看

网友评论0