mirror of
https://github.com/catmpeg/catmpeg.github.io.git
synced 2026-02-20 07:40:56 +03:00
OwO
This commit is contained in:
parent
dc48c75b9e
commit
549ce99458
7 changed files with 43 additions and 40 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
*.DS_Store
|
||||
._*
|
||||
Binary file not shown.
BIN
assets/Segoe UI.ttf
Executable file
BIN
assets/Segoe UI.ttf
Executable file
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 59 KiB |
|
|
@ -1,7 +1,7 @@
|
|||
body {
|
||||
margin: 0;
|
||||
min-height: 100svh;
|
||||
font:14px 'JetBrains Mono',monospace;
|
||||
font: 14px 'SegoeUI',monospace;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
background: #111;
|
||||
|
|
@ -9,7 +9,7 @@ body {
|
|||
flex-direction: column;
|
||||
}
|
||||
|
||||
main,.webring {
|
||||
main {
|
||||
max-width: 1000px;
|
||||
width: calc(100% - 20px);
|
||||
margin: 0 auto;
|
||||
|
|
@ -17,20 +17,19 @@ main,.webring {
|
|||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
a,.webring { color:rgb(66,131,252); }
|
||||
a { text-decoration:none; }
|
||||
|
||||
.webring {
|
||||
display:flex;
|
||||
justify-content:center;
|
||||
align-items:center;
|
||||
gap:15px;
|
||||
background:rgba(17,17,17,.7);
|
||||
backdrop-filter:blur(10px);
|
||||
a {
|
||||
color: rgb(66,131,252);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.jccenter { display:flex; justify-content:center; }
|
||||
.myfriends { margin-left:50px; }
|
||||
.jccenter {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.myfriends {
|
||||
margin-left: 50px;
|
||||
}
|
||||
|
||||
@media(max-width:600px){
|
||||
body { gap:15px; padding:0 10px; }
|
||||
|
|
@ -39,12 +38,11 @@ a { text-decoration:none; }
|
|||
h2,h3 { font-size:1.1rem; margin:12px 0; }
|
||||
.jccenter { display:block; }
|
||||
.myfriends { margin-left:0; }
|
||||
.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-family: 'SegoeUI';
|
||||
src: url('Segoe UI.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
11
index.html
11
index.html
|
|
@ -3,14 +3,17 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<meta name="description" content="Личная страница xelframe">
|
||||
<meta name="description" content="xelframe page">
|
||||
<title>xelframe page</title>
|
||||
<link rel="icon" href="assets/favicon.jpg">
|
||||
<link rel="stylesheet" href="assets/styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<h1>xelframe home page QwQ</h1>
|
||||
<h1>
|
||||
xelframe home page
|
||||
<img src="assets/favicon.jpg" width="48" style="vertical-align: middle;">
|
||||
</h1>
|
||||
<div class="jccenter">
|
||||
<div>
|
||||
<h2>Socials:</h2>
|
||||
|
|
@ -29,10 +32,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</main>
|
||||
<div class="webring">
|
||||
<h3>
|
||||
<a href="//otomir23.me/webring/34/prev">~prev</a>
|
||||
<a href="//otomir23.me/webring" target="_blank">webring</a>
|
||||
<a href="//otomir23.me/webring/34/next">next~</a>
|
||||
</div>
|
||||
</h3>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue