diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 1bc8ecd..3b75aee 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -7,3 +7,7 @@ body { margin: 0; padding: 0; } + +.home-page { + background-color: #da291c; +} diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb index 74fa0aa..1348656 100644 --- a/app/views/home/index.html.erb +++ b/app/views/home/index.html.erb @@ -1,6 +1,6 @@ <%= turbo_stream_from "counter" %> -
+

Hello, World!

Rails 8 Full Stack Demo