background color on body
This commit is contained in:
parent
94412ac254
commit
d7a7b50a9b
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
<title>Frontend Mentor | Contact form</title>
|
<title>Frontend Mentor | Contact form</title>
|
||||||
<link rel="stylesheet" href="styles.css" />
|
<link rel="stylesheet" href="styles.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body class="bg-green-200">
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
<script type="module">
|
<script type="module">
|
||||||
import React from "react";
|
import React from "react";
|
||||||
|
|
Reference in a new issue