We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94c79a7 commit eab0649Copy full SHA for eab0649
src/App.css
@@ -7,4 +7,7 @@
7
8
.Signup{
9
display: none;
10
+}
11
+.Test{
12
+ color: #000;
13
}
src/App.jsx
@@ -12,7 +12,7 @@ import { DiVim } from "react-icons/di";
function App() {
return (
14
<div>
15
- <h1 style={"color=black"}>Hello World</h1>
+ <h1 className="Test">Hello World</h1>
16
<Router>
17
<Routes>
18
<Route path="/" element={<Index />} />
0 commit comments