опдате

This commit is contained in:
catmpeg 2025-04-25 21:50:06 +03:00
commit 2922f6e4c6
15 changed files with 229 additions and 188 deletions

View file

@ -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
}