mirror of
https://github.com/catmpeg/catmpeg.github.io.git
synced 2026-02-20 15:50:57 +03:00
S_S
This commit is contained in:
parent
1d2502b09b
commit
cd37d3af36
4 changed files with 9 additions and 9 deletions
BIN
assets/FiraCode-Bold.ttf
Normal file
BIN
assets/FiraCode-Bold.ttf
Normal file
Binary file not shown.
Binary file not shown.
|
|
@ -1,6 +1,6 @@
|
||||||
@font-face{
|
@font-face{
|
||||||
font-family: 'Monocraft';
|
font-family: 'FiraCode';
|
||||||
src: url('Monocraft.ttf') format('truetype');
|
src: url('FiraCode-Bold.ttf') format('truetype');
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
@ -8,10 +8,10 @@
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
min-height: 100svh;
|
min-height: 100svh;
|
||||||
font: 14px 'Monocraft',monospace;
|
font: 14px 'FiraCode',monospace;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: #2c1b02;
|
background-color: #16001d;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
@ -25,11 +25,11 @@ main {
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #fa9c0f;
|
color: #c800ff;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.maintitle {
|
.title {
|
||||||
font-size: 3em;
|
font-size: 3em;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<main>
|
<main>
|
||||||
<div class="maintitle">
|
<div class="title">
|
||||||
xelframe home page
|
xelframe home page
|
||||||
</div>
|
</div>
|
||||||
<div class="info">
|
<div class="info">
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
<h3>Telegram: <a href="//t.me/xelframe">xelframe</a></h3>
|
<h3>Telegram: <a href="//t.me/xelframe">xelframe</a></h3>
|
||||||
<h3>Github: <a href="//github.com/xelframe">xelframe</a></h3>
|
<h3>Github: <a href="//github.com/xelframe">xelframe</a></h3>
|
||||||
<h3>Steam: <a href="//steamcommunity.com/id/xelframe">xelframe</a></h3>
|
<h3>Steam: <a href="//steamcommunity.com/id/xelframe">xelframe</a></h3>
|
||||||
<h3>YouTube: <a href="//www.youtube.com/@xelframe">@xelframe</a></h3>
|
<h3>YouTube: <a href="//www.youtube.com/@xelframe">xelframe</a></h3>
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
<div>
|
<div>
|
||||||
|
|
@ -29,7 +29,7 @@
|
||||||
<h3>Tolya Gosuslugi: <a href="//tolya1337.ru">tolya1337.ru</a></h3>
|
<h3>Tolya Gosuslugi: <a href="//tolya1337.ru">tolya1337.ru</a></h3>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<h3><a href="//retro.xelframe.tolya1337.ru">> retro page <</a></h3>
|
||||||
<h3>
|
<h3>
|
||||||
<a href="//otomir23.me/webring/34/prev">~prev</a>
|
<a href="//otomir23.me/webring/34/prev">~prev</a>
|
||||||
<a href="//otomir23.me/webring" target="_blank">webring</a>
|
<a href="//otomir23.me/webring" target="_blank">webring</a>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue