【发布时间】:2022-01-03 17:50:16
【问题描述】:
我如何将那个弹性框放在所有蓝色背景上
我附上一张它的样子:
此处使用 Tailwind-CSS 编写代码:
<!-- Tailwind + Fonts -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins">
<link rel=”stylesheet” href=”https://cdn-uicons.flaticon.com/uicons-regular-rounded/css/uicons-regular-rounded.css”>
<script src="https://unpkg.com/feather-icons"></script>
<link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet">
<!-- Body -->
<header class="bg-blue-default flex justify-between p-3.5 text-xs m-0">
<div class="flex justify-between text-white-grayed">
<a class="pl-4 pr-4 hover:text-white-default border-r border-white-default" href="">info@example.eu</a>
<a class="hover:text-white-default" href="">+000 000 000 000</a>
</div>
<div>
</div>
</header>
【问题讨论】:
标签: html css tailwind-css