1
Fork 0

background color on body

This commit is contained in:
Hadeed 2024-06-06 02:20:08 +04:00
parent 94412ac254
commit d7a7b50a9b

View file

@ -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";