diff --git a/index.html b/index.html index ce347fe..de7e185 100644 --- a/index.html +++ b/index.html @@ -13,10 +13,10 @@

Добро пожаловать на страницу semkapc

-
- +
-
- ‹ prev +
+ ~prev webring - next › + next~
\ No newline at end of file diff --git a/info/index.html b/info/index.html index aff24b9..1a5851a 100644 --- a/info/index.html +++ b/info/index.html @@ -30,8 +30,8 @@

4. Слушать музыку


Характеристики моих компов:

-
-
+
+

Старый

ASROCK X570 Pro4

GTX 1060 3GB PALIT StormX

@@ -43,7 +43,7 @@

Proxmox VE

MacOS Big Sur

-
+

Новый

Acer AN16-41

RTX 4070 Mobile

diff --git a/styles.css b/styles.css index c1b50de..02d595c 100644 --- a/styles.css +++ b/styles.css @@ -8,47 +8,12 @@ body { margin: 0; min-height: 100svh; - font: 14px/1.5 'JetBrains Mono', monospace; + font: 14px 'JetBrains Mono', monospace; color: #fff; text-align: center; background: black url(images/bg.jpg) center/cover fixed; flex-direction: column; - gap: 22px; -} - -header, -.webring, -main { - background-color: rgba(34, 34, 34, 0.3); - backdrop-filter: blur(10px); -} - -body, -.webring, -.buttons, -.spec { - display: flex; -} - -.webring { - justify-content: space-between; - align-items: center; - width: 100%; - margin-top: auto; - text-decoration: underline; -} - -a { - text-decoration: none; -} - -a, -.webring { - color: rgb(66, 131, 252); -} - -a:visited { - color: rgb(0, 17, 255); + } main { @@ -60,25 +25,56 @@ main { box-sizing: border-box; } -.buttons { +#webring, +main { + background-color: rgba(34, 34, 34, 0.3); + backdrop-filter: blur(10px); +} + +body, +#webring, +#buttons, +#spec { + display: flex; +} + +#webring { + justify-content: center; + gap: 15px; + align-items: center; + width: 100%; + margin-top: auto; + text-decoration: underline; +} + +a { + text-decoration: none; +} + +a, +#webring { + color: rgb(66, 131, 252); +} + +#buttons { justify-content: center; gap: 20px; margin: 20px 0; } -.buttons img { +#buttons img { transition: transform 0.3s ease; } -.buttons img:hover { +#buttons img:hover { transform: scale(1.3); } -.spec { +#spec { justify-content: center; } -.newpc { +#newpc { margin-left: 100px; } @@ -86,6 +82,13 @@ iframe { border: 2px solid rgb(66, 131, 252); } +#gamesicon { + border-radius: 50%; + height: 64px; + object-fit: cover; + box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.45); +} + @media (max-width: 600px) { body { gap: 15px; @@ -105,7 +108,7 @@ iframe { margin: 12px 0; } - .webring { + #webring { width: calc(100% - 20px); margin: 10px auto 0; padding: 8px 12px;