diff --git a/front/style/home.css b/front/style/home.css new file mode 100644 index 0000000..d9c37f9 --- /dev/null +++ b/front/style/home.css @@ -0,0 +1,7 @@ +#IQ { + color : red; +} + +#B { + color : blue; +} \ No newline at end of file diff --git a/front/views/Home.tsx b/front/views/Home.tsx index 9e506fa..fb50fb7 100644 --- a/front/views/Home.tsx +++ b/front/views/Home.tsx @@ -1,7 +1,9 @@ +import "../style/home.css" + export default function Home(){ return (
-

Home

+

IQBall

) } \ No newline at end of file