mirror of
https://github.com/xelframe/catmpeg.github.io.git
synced 2026-04-17 19:13:24 +03:00
я хз чё добавить
This commit is contained in:
parent
a09d05c65f
commit
e2771bd6b7
2 changed files with 5 additions and 10 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 1.8 MiB After Width: | Height: | Size: 1.3 MiB |
|
|
@ -16,7 +16,7 @@ body {
|
|||
font: 14px 'ConsolasBold';
|
||||
color: #fff;
|
||||
/* background-color: #181818; */
|
||||
background-image: url('/assets/background.jpg');
|
||||
background: url('/assets/background.jpg') center/cover no-repeat;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
|
@ -41,8 +41,8 @@ main {
|
|||
}
|
||||
|
||||
a {
|
||||
color: #949494;
|
||||
text-decoration: none;
|
||||
color: #ffffff;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.title {
|
||||
|
|
@ -61,16 +61,11 @@ a {
|
|||
|
||||
.block {
|
||||
padding: 10px 15px;
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
background-color: rgba(0, 0, 0, 0.1);
|
||||
border-radius: 5px;
|
||||
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
|
||||
}
|
||||
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.info {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
|
@ -99,7 +94,7 @@ label {
|
|||
width: 40%;
|
||||
resize: none;
|
||||
color: #ddd;
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
background-color: rgba(0, 0, 0, 0.1);
|
||||
border: none;
|
||||
border-radius: 5px;
|
||||
padding: 5px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue