feat(12): adding style guide to config
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
html {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="./public/images/favicon-32x32.png">
|
||||
<link href="/dist/output.css" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@500;700;900&display=swap" rel="stylesheet">
|
||||
|
||||
<title>Frontend Mentor | Order summary card</title>
|
||||
|
||||
@@ -15,8 +16,7 @@
|
||||
.attribution a { color: hsl(228, 45%, 44%); }
|
||||
</style>
|
||||
</head>
|
||||
<body
|
||||
class="bg-blue-200" >
|
||||
<body>
|
||||
|
||||
Order Summary
|
||||
|
||||
|
||||
Reference in New Issue
Block a user