diff --git a/css/lang.css b/css/lang.css deleted file mode 100644 index da83cce..0000000 --- a/css/lang.css +++ /dev/null @@ -1,43 +0,0 @@ -*{ - margin: 0; - padding: 0; - box-sizing: border-box; -} -body{ - display: flex; - justify-content: center; - align-items: center; - min-height: 100vh; - background: linear-gradient(-45deg, #5add5a, #333); -} -article{ - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - filter: blur(500px); -} -section{ - z-index: 5; - display: flex; - justify-content: center; - align-items: center; - padding: 2em 5em; - filter: drop-shadow(0px 20px 14px #444); -} -section button{ - width: 300px; - height: 150px; - margin: 1rem; - background-image: var(--bci); - background-size: contain; - background-repeat: no-repeat; - border: none; - cursor: pointer; - transition: 0.5s; -} -section:hover button:not(:hover){ - filter: blur(10px); - transition: 0.5s; -} \ No newline at end of file diff --git a/css/title.css b/css/title.css index 1d11cfb..bcf7ff7 100644 --- a/css/title.css +++ b/css/title.css @@ -47,7 +47,9 @@ footer{ position: absolute; bottom: 0; } - +footer a{ + color: #ff0; +} /* Social */ .socmenu{ position: absolute; @@ -59,6 +61,11 @@ footer{ justify-content: center; align-items: center; z-index: 50000; + transition: .5s; +} +.socmenu.active{ + bottom: 0; + transition: .5s; } .socmenu .toggle{ position: relative; @@ -138,20 +145,20 @@ footer{ .socmenu li a img{width:1em;} @media (prefers-color-scheme: dark){ - body{ - background: #333; - color: #fff; - } - h3{ - color: #fff; - } + body{ + background: #333; + color: #fff; + } + h3{ + color: #fff; + } } @media (prefers-color-scheme: light){ - body{ - background: #ddd; - color: #000; - } - h3{ - color: #000; - } + body{ + background: #ddd; + color: #000; + } + h3{ + color: #000; + } } \ No newline at end of file diff --git a/img/discord.svg b/img/discord.svg new file mode 100644 index 0000000..c775a01 --- /dev/null +++ b/img/discord.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/js/htmls.js b/js/htmls.js index 75d8431..1e66ccd 100644 --- a/js/htmls.js +++ b/js/htmls.js @@ -42,9 +42,9 @@ const htmlTitle = `
  • - +
  • + +