mirror of
https://github.com/catmpeg/catmpeg.github.io.git
synced 2026-02-20 15:50:57 +03:00
новый чат чиназес и не только
This commit is contained in:
parent
83c467e6dc
commit
e85a586505
10 changed files with 67 additions and 174 deletions
35
styles.css
35
styles.css
|
|
@ -1,13 +1,13 @@
|
|||
/* @import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap'); */
|
||||
@font-face {
|
||||
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
|
||||
/* @font-face {
|
||||
font-family: 'Monocraft';
|
||||
src: url('files/Monocraft.ttf');
|
||||
}
|
||||
} */
|
||||
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
font-family: 'Monocraft';
|
||||
font-family: 'Ubuntu';
|
||||
font-size: 16px;
|
||||
background-size: cover;
|
||||
background-position: center center;
|
||||
|
|
@ -38,7 +38,7 @@ nav {
|
|||
justify-content: center;
|
||||
gap: 20px;
|
||||
margin: 20px 0;
|
||||
font-family: 'Monocraft';
|
||||
font-family: 'Ubuntu';
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
|
|
@ -76,18 +76,17 @@ footer {
|
|||
|
||||
a {
|
||||
color: rgb(255, 174, 0);
|
||||
text-decoration: none;
|
||||
transition: color 0.3s ease;
|
||||
font-family: 'Monocraft';
|
||||
font-size: 16px;
|
||||
font-family: 'Ubuntu';
|
||||
font-size: 19px;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a:hover, a:active {
|
||||
color: rgb(255, 200, 0);
|
||||
text-decoration: underline;
|
||||
font-family: 'Monocraft';
|
||||
font-size: 16px;
|
||||
font-family: 'Ubuntu';
|
||||
font-size: 19px
|
||||
}
|
||||
|
||||
.anim main {
|
||||
|
|
@ -191,4 +190,18 @@ a:hover, a:active {
|
|||
|
||||
.bottom0 {
|
||||
bottom: 0
|
||||
}
|
||||
}
|
||||
|
||||
.chat{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: flex-start;
|
||||
max-width: 800px;
|
||||
margin: 0 auto;
|
||||
padding: 20px;
|
||||
background-color: rgba(0, 0, 0, 0.1);
|
||||
backdrop-filter: blur(15px);
|
||||
border-radius: 20px;
|
||||
width: 600px;
|
||||
height: 420px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue