From 8ed1f92e7635dc275388098e80be9841a1a18aa3 Mon Sep 17 00:00:00 2001 From: xelframe Date: Tue, 19 Aug 2025 02:37:56 +0300 Subject: [PATCH] W_W --- 404.html | 31 ++++++------- README.md | 6 ++- assets/styles.css | 116 +++++++++++++++------------------------------- index.html | 73 ++++++++++++++--------------- 4 files changed, 90 insertions(+), 136 deletions(-) diff --git a/404.html b/404.html index e209a37..cb1e6d6 100644 --- a/404.html +++ b/404.html @@ -1,19 +1,16 @@ - - - - - xelframe Page - 404 - - - - -
-
-

404 Not Found ^_^

-
-

Main Page

-
- - + + + + xelframe Page - 404 + + + + +
+

404 Not Found ^_^

+

Main Page

+
+ + \ No newline at end of file diff --git a/README.md b/README.md index da504a1..c64e41d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ -

Спасибо огромное Cat. (https://github.com/PatrickStar8753) и Kostya Zero (https://github.com/kostya-zero)


-

Еще одна моя страничка https://xelframe.github.io/semka.w10.site

+## Спасибо огромное [Cat.](https://github.com/PatrickStar8753) и [Kostya Zero](https://github.com/kostya-zero) + + +## Еще одна моя страничка [semka.w10.site](http://xelframe.github.io/semka.w10.site) diff --git a/assets/styles.css b/assets/styles.css index a09b6a4..f511e4d 100644 --- a/assets/styles.css +++ b/assets/styles.css @@ -1,90 +1,50 @@ body { - margin: 0; - min-height: 100svh; - font: 14px 'JetBrains Mono', monospace; - color: #fff; - text-align: center; - background: #111111; - flex-direction: column; - + margin:0; + min-height:100svh; + font:14px 'JetBrains Mono',monospace; + color:#fff; + text-align:center; + background:#111; + display:flex; + flex-direction:column; } -main, -.webring { - max-width: 1000px; - width: calc(100% - 20px); - margin: 0 auto; - padding: 20px; - box-sizing: border-box; +main,.webring { + max-width:1000px; + width:calc(100% - 20px); + margin:0 auto; + padding:20px; + box-sizing:border-box; } -a { - text-decoration: none; -} +a,.webring { color:rgb(66,131,252); } +a { text-decoration:none; } .webring { - justify-content: center; - align-items: center; - gap: 15px; - background-color: rgba(17, 17, 17, 0.7); - backdrop-filter: blur(10px); + display:flex; + justify-content:center; + align-items:center; + gap:15px; + background:rgba(17,17,17,.7); + backdrop-filter:blur(10px); } -body, -.webring { - display: flex; +.jccenter { display:flex; justify-content:center; } +.myfriends { margin-left:50px; } + +@media(max-width:600px){ + body { gap:15px; padding:0 10px; } + main { padding:15px; } + h1 { font-size:1.5rem; } + h2,h3 { font-size:1.1rem; margin:12px 0; } + .jccenter { display:block; } + .myfriends { margin-left:0; } + .webring { margin:10px auto 0; padding:8px 12px; } } -a, -.webring { - color: rgb(66, 131, 252); -} - -.jccenter { - display: flex; - justify-content: center; -} - -.myfriends { - margin-left: 50px; -} - -@media (max-width: 600px) { - body { - gap: 15px; - padding: 0 10px; - } - - main { - padding: 15px; - } - - h1 { - font-size: 1.5rem; - } - - h2, h3 { - font-size: 1.1rem; - margin: 12px 0; - } - - .jccenter { - display: block; - } - - .myfriends { - margin-left: 0px; - } - - .webring { - margin: 10px auto 0; - padding: 8px 12px; - } -} - -@font-face { - font-family: 'JetBrains Mono'; - src: url('JetBrainsMono-Bold.ttf') format('truetype'); - font-weight: bold; - font-display: swap; +@font-face{ + font-family:'JetBrains Mono'; + src:url('JetBrainsMono-Bold.ttf') format('truetype'); + font-weight:bold; + font-display:swap; } diff --git a/index.html b/index.html index fda76b9..3126bb2 100644 --- a/index.html +++ b/index.html @@ -1,44 +1,39 @@ - - - - - xelframe page - - - - -
-
-

xelframe home page QwQ

-
-
-
-

Socials:

-

Discord: xelframe

-

Telegram: xelframe

-

Github: xelframe

-

Steam: xelframe

-

YouTube: @xelframe

-
-
-
-

My friends:

-

HonakAC: honakac.r2squad.ru

-

Cat.: patrickstar8753.github.io

-

Tolya Gosuslugi: tolya1337.ru

-

ShadowCj: shadowcj.rf.gd

-
+ + + + + xelframe page + + + + +
+

xelframe home page QwQ

+
+
+

Socials:

+

Discord: xelframe

+

Telegram: xelframe

+

Github: xelframe

+

Steam: xelframe

+

YouTube: @xelframe

+
+
+

My friends:

+

HonakAC: honakac.r2squad.ru

+

Cat.: patrickstar8753.github.io

+

Tolya Gosuslugi: tolya1337.ru

+

ShadowCj: shadowcj.rf.gd

-
- -
-
- - + +
+
+ ~prev + webring + next~ +
+ \ No newline at end of file