diff --git a/index.html b/index.html index b867c9d..c0e7593 100644 --- a/index.html +++ b/index.html @@ -5,11 +5,47 @@ Lanyard Presence +
-
+

Activity: Loading...

diff --git a/style.css b/style.css index 14ec7f9..38dd11f 100644 --- a/style.css +++ b/style.css @@ -1,40 +1,6 @@ body { - margin: 0; - height: 100vh; - display: flex; - justify-content: center; - align-items: center; - background: rgb(36,29,19); - background: -moz-linear-gradient(135deg, rgba(36,29,19,1) 0%, rgba(151,139,125,1) 100%); - background: -webkit-linear-gradient(135deg, rgba(36,29,19,1) 0%, rgba(151,139,125,1) 100%); - background: linear-gradient(135deg, rgba(36,29,19,1) 0%, rgba(151,139,125,1) 100%); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#241d13",endColorstr="#978b7d",GradientType=1); -} - -.container { - display: flex; - align-items: center; - background-color: #e0e0e0; - padding: 20px; - border-radius: 8px; - box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); - } - - #activity { - text-align: left; - font-size: 20px; - color: #333; - margin-left: 20px; - } - - #albumArt { - width: 100px; - height: 100px; - } - - .separator { - width: 2px; - background-color: #ccc; - height: 100px; - margin: 0 20px; - } \ No newline at end of file + margin: 0; /* Remove default margin */ + height: 100vh; /* Ensure body takes full height */ + background: rgb(125, 125, 125); /* Fallback for older browsers */ + background: linear-gradient(156deg, rgba(125, 125, 125, 1) 25%, rgba(57, 57, 57, 1) 55%, rgba(38, 38, 38, 1) 83%); +} \ No newline at end of file