Add the css of the page

pull/81/head
d_yanis 1 year ago
parent eb154aaec0
commit bc50d3d5b6

@ -0,0 +1,7 @@
#IQ {
color : red;
}
#B {
color : blue;
}

@ -1,7 +1,9 @@
import "../style/home.css"
export default function Home(){
return (
<div>
<h1>Home</h1>
<h1><span id="IQ">IQ</span><span id="B">B</span>all</h1>
</div>
)
}
Loading…
Cancel
Save