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

Merge branch 'agm67-main-patch-11005' into 'main'

added background color to the homepage

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