feat(12): tailwindcss init
This commit is contained in:
3
12-order-summary-component-thymeleaf/src/input.css
Normal file
3
12-order-summary-component-thymeleaf/src/input.css
Normal file
@@ -0,0 +1,3 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
@@ -5,7 +5,8 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- displays site properly based on user's device -->
|
||||
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="./public/images/favicon-32x32.png">
|
||||
|
||||
<link href="/dist/output.css" rel="stylesheet">
|
||||
|
||||
<title>Frontend Mentor | Order summary card</title>
|
||||
|
||||
<!-- Feel free to remove these styles or customise in your own stylesheet 👍 -->
|
||||
@@ -14,7 +15,8 @@
|
||||
.attribution a { color: hsl(228, 45%, 44%); }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<body
|
||||
class="bg-blue-200" >
|
||||
|
||||
Order Summary
|
||||
|
||||
|
||||
Reference in New Issue
Block a user