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>
|
||||
<link rel="stylesheet" href="styles.css" />
|
||||
</head>
|
||||
<body>
|
||||
<body class="bg-green-200">
|
||||
<div id="root"></div>
|
||||
<script type="module">
|
||||
import React from "react";
|
||||
|
|
Reference in a new issue