diff --git a/project-4/app.css b/project-4/app.css index 39e9fbc..c76b3ff 100644 --- a/project-4/app.css +++ b/project-4/app.css @@ -1,17 +1,11 @@ body{ - background:pink; + background:linear-gradient(to bottom, pink, orange, red, purple); color:white; -} -.a{ - color:red; + background-size: 100%; + background-repeat: no-repeat; + } -.x{ - color:rgba(255,0,0,0.7); -} -.y{ - color:rgba(255,0,0,0.3); -} .navbar{ background-color: #ffb10085; diff --git a/project-4/index.html b/project-4/index.html index 04b528d..e762f4d 100644 --- a/project-4/index.html +++ b/project-4/index.html @@ -1,179 +1,190 @@ - -