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
1e677efde7
commit
2922f6e4c6
15 changed files with 229 additions and 188 deletions
59
styles.css
59
styles.css
|
|
@ -1,8 +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');
|
||||
/* @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: 'Ubuntu';
|
||||
font-family: 'Monocraft';
|
||||
font-size: 16px;
|
||||
background-size: cover;
|
||||
background-position: center center;
|
||||
|
|
@ -33,7 +38,8 @@ nav {
|
|||
justify-content: center;
|
||||
gap: 20px;
|
||||
margin: 20px 0;
|
||||
font-family: 'Ubuntu';font-size: 16px;
|
||||
font-family: 'Monocraft';
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
nav img {
|
||||
|
|
@ -72,13 +78,15 @@ a {
|
|||
color: rgb(255, 174, 0);
|
||||
text-decoration: none;
|
||||
transition: color 0.3s ease;
|
||||
font-family: 'Ubuntu';font-size: 16px;
|
||||
font-family: 'Monocraft';
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
a:hover, a:active {
|
||||
color: rgb(255, 200, 0);
|
||||
text-decoration: underline;
|
||||
font-family: 'Ubuntu';font-size: 16px;
|
||||
font-family: 'Monocraft';
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.anim main {
|
||||
|
|
@ -143,6 +151,43 @@ a:hover, a:active {
|
|||
max-width: 80%;
|
||||
}
|
||||
|
||||
.fnf {
|
||||
max-width: 80%;
|
||||
.spec{
|
||||
justify-content: center;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.newpc{
|
||||
margin-left: 100px;
|
||||
}
|
||||
|
||||
.webring{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
max-width: 800px;
|
||||
margin: 0 auto;
|
||||
padding: 20px;
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
backdrop-filter: blur(10px);
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
.absolutepos {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.nutipaleft {
|
||||
left: 1rem
|
||||
}
|
||||
|
||||
.nutiparight {
|
||||
right: 1rem
|
||||
}
|
||||
|
||||
.fixedpos {
|
||||
position: fixed
|
||||
}
|
||||
|
||||
.bottom0 {
|
||||
bottom: 0
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue