last preparation

This commit is contained in:
Nikolai Petukhov
2024-09-21 12:42:07 +03:00
parent d7de0c4353
commit 963c94c262
14 changed files with 32 additions and 37 deletions

View File

@@ -2,7 +2,7 @@ import React from "react";
const Home = () => {
return (
<h1 className="TestClass">Home</h1>
<h1 className="">Home</h1>
)
}

View File

@@ -2,7 +2,9 @@ import React from "react";
const Init = () => {
return (
<h1 className="TestInit">Init page</h1>
<div>
<h1 className="metal-mania-regular TestInit">Hello!</h1>
</div>
)
}

View File

@@ -1,5 +0,0 @@
@import url("./init.css");
.TestClass {
color: red;
}

View File

@@ -1,3 +1,4 @@
.TestInit {
color: blue;
font-size: 40px;
}

1
src/pages/index.css Normal file
View File

@@ -0,0 +1 @@
@import url("css/init.css");