Skip to content
Snippets Groups Projects
Commit 1fa89351 authored by agm67's avatar agm67
Browse files

added background color to the homepage

parent d0eb655d
No related branches found
No related tags found
1 merge request!2added background color to the homepage
...@@ -21,4 +21,15 @@ function Home() { ...@@ -21,4 +21,15 @@ function Home() {
) )
} }
function App() {
return (
<div
style={{
backgroundColor: #ccffd2
width: '100px',
height: '100px'
}}
)
}
export default Home export default Home
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment