mirror of
https://github.com/xelframe/catmpeg.github.io.git
synced 2026-04-17 19:13:24 +03:00
da
This commit is contained in:
parent
68901563b2
commit
5c5c9e404f
2 changed files with 52 additions and 44 deletions
|
|
@ -11,11 +11,11 @@ body {
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
|
||||
font: 14px 'ConsolasBold';
|
||||
color: #fff;
|
||||
background: url('/assets/background.jpg') center/cover no-repeat;
|
||||
text-align: center;
|
||||
/* background: url('/assets/background.jpg') center/cover no-repeat; */
|
||||
background: #222222;
|
||||
}
|
||||
|
||||
main {
|
||||
|
|
@ -23,13 +23,15 @@ main {
|
|||
flex-direction: column;
|
||||
min-height: 100vh;
|
||||
width: 100%;
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
backdrop-filter: blur(2px);
|
||||
box-sizing: border-box;
|
||||
padding-left: 20%;
|
||||
padding-right: 20%;
|
||||
}
|
||||
|
||||
main > a {
|
||||
align-self: center;
|
||||
display: inline-block;
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
h2 {
|
||||
|
|
@ -40,8 +42,10 @@ h3 {
|
|||
}
|
||||
|
||||
.down {
|
||||
margin-top: auto;
|
||||
margin-top: 20px;
|
||||
width: 100%;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
@ -54,16 +58,15 @@ a:hover {
|
|||
|
||||
.title {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
gap: 15px;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.blocks {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 10px;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.block {
|
||||
|
|
@ -79,6 +82,10 @@ a:hover {
|
|||
margin: 0 auto;
|
||||
}
|
||||
|
||||
li {
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
label {
|
||||
display: block;
|
||||
font-size: 1.5em;
|
||||
|
|
@ -98,7 +105,6 @@ label {
|
|||
padding: 5px;
|
||||
overflow: hidden;
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
@media (max-width: 800px) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue