mirror of
https://github.com/xelframe/catmpeg.github.io.git
synced 2026-04-17 11:03:26 +03:00
fixes
This commit is contained in:
parent
8b1e93b234
commit
2cb66219f9
2 changed files with 7 additions and 7 deletions
|
|
@ -12,7 +12,6 @@ body {
|
|||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
font-family: 'ConsolasBold', 'consolas';
|
||||
font: 14px 'ConsolasBold';
|
||||
color: #fff;
|
||||
/* background-color: #181818; */
|
||||
|
|
@ -40,9 +39,6 @@ h2 {
|
|||
h3 {
|
||||
margin: 5px 0;
|
||||
}
|
||||
label {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.down {
|
||||
margin-top: auto;
|
||||
|
|
@ -53,6 +49,9 @@ a {
|
|||
color: #ffffff;
|
||||
text-decoration: underline;
|
||||
}
|
||||
a:hover {
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
.title {
|
||||
display: flex;
|
||||
|
|
@ -105,7 +104,7 @@ label {
|
|||
|
||||
@media (max-width: 800px) {
|
||||
h1 { font-size: 1.5rem; }
|
||||
h2, h3, label { font-size: 1.1rem; margin: 12px 0; }
|
||||
h2, h3, label { font-size: 1.1rem; margin: 5px 0; }
|
||||
#mybutton { width: 200px; }
|
||||
main { padding: 2%;}
|
||||
}
|
||||
|
|
@ -13,6 +13,7 @@
|
|||
<main>
|
||||
<h1 class="title">
|
||||
<img src="assets/avatar.jpg" width="82" alt="avatar xd"> xelframe home page
|
||||
<br>(bhzrd_, semkapc, catmpeg)
|
||||
</h1>
|
||||
<h2>About me:</h2>
|
||||
<h3>hello, my online name is xelframe.</h3>
|
||||
|
|
@ -51,9 +52,9 @@
|
|||
<div class="down">
|
||||
<h3><a href="https://cat.fs.tlpteam.ru/git/" target="_blank">>> git <<</a></h3>
|
||||
<h3>
|
||||
<a href="//otomir23.me/webring/catmpeg/prev"><prev</a>
|
||||
<a href="//otomir23.me/webring/xelframe/prev"><prev</a>
|
||||
<a href="//otomir23.me/webring" target="_blank">webring</a>
|
||||
<a href="//otomir23.me/webring/catmpeg/next">next></a>
|
||||
<a href="//otomir23.me/webring/xelframe/next">next></a>
|
||||
</h3><br>
|
||||
<a href="//otomir23.me/" target="_blank" style="image-rendering:pixelated">
|
||||
<img src="//otomir23.me/88x31.png" height="31" width="88" alt="otomir23"></a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue