mirror of
https://github.com/catmpeg/catmpeg.github.io.git
synced 2026-02-20 07:40:56 +03:00
ааа ето штоооо
This commit is contained in:
parent
83c9878a30
commit
d490c86dad
4 changed files with 32 additions and 12 deletions
BIN
assets/background.png
Normal file
BIN
assets/background.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 MiB |
|
|
@ -6,25 +6,37 @@
|
|||
}
|
||||
|
||||
body {
|
||||
margin: 20px 0 0 0;
|
||||
margin: 0;
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
font-family: 'ConsolasBold', 'consolas';
|
||||
font: 14px 'ConsolasBold';
|
||||
color: #fff;
|
||||
background-color: #080808;
|
||||
background: url('background.png') center/cover fixed no-repeat;
|
||||
text-align: center;
|
||||
background-color: #111111;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
main {
|
||||
border: thick double;
|
||||
margin-top: 20px;
|
||||
border-radius: 15px;
|
||||
background-color: rgb(1,1,1,0.3);
|
||||
padding: 20px;
|
||||
width: 800px;
|
||||
max-width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.down {
|
||||
border-radius: 15px;
|
||||
background-color: rgb(1,1,1,0.3);
|
||||
padding: 10px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #949494;
|
||||
text-decoration: none;
|
||||
|
|
@ -59,12 +71,12 @@ a:hover {
|
|||
width: 40%;
|
||||
resize: none;
|
||||
color: white;
|
||||
background-color: #1d1d1d;
|
||||
background-color: rgb(29,29,29,0.1);
|
||||
}
|
||||
|
||||
@media (max-width: 800px) {
|
||||
body { gap: 15px; padding: 0 10px; }
|
||||
main { padding: 15px; width: auto; max-width: 100%; }
|
||||
main { padding: 15px; }
|
||||
h1 { font-size: 1.5rem; }
|
||||
h2, h3 { font-size: 1.1rem; margin: 12px 0; }
|
||||
.info { display: block; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue