diff --git a/Clock/Clock.css b/Clock/Clock.css index fee4784..95caca9 100644 --- a/Clock/Clock.css +++ b/Clock/Clock.css @@ -4,7 +4,7 @@ } body { - background-image: url("https://images.unsplash.com/photo-1560279781-289c6a25cbe9?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1738&q=80"); + background-image: url('https://picsum.photos/1920/1080'); } .main { @@ -14,8 +14,5 @@ body { .title { font-size: 150px; - background: linear-gradient(to top right, #D52901, #412C29); - color: transparent; - -webkit-background-clip: text; - /* color: rgb(238, 183, 43); */ + color: white; } \ No newline at end of file diff --git a/RockScissorsPaper/RockScissorsPaper.html b/RockScissorsPaper/RockScissorsPaper.html index 6431905..e126f00 100644 --- a/RockScissorsPaper/RockScissorsPaper.html +++ b/RockScissorsPaper/RockScissorsPaper.html @@ -4,7 +4,8 @@ -