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
52efeb8614
commit
7bf50259b1
30 changed files with 11 additions and 600 deletions
53
styles.css
53
styles.css
|
|
@ -5,9 +5,6 @@ body {
|
|||
color: #fff;
|
||||
text-align: center;
|
||||
background: #222222;
|
||||
/* background: black url(images/bg.jpg) center/cover fixed; */
|
||||
/* background: #333333; */
|
||||
/* background: #292929; */
|
||||
flex-direction: column;
|
||||
|
||||
}
|
||||
|
|
@ -19,27 +16,14 @@ main,
|
|||
width: calc(100% - 20px);
|
||||
margin: 0 auto;
|
||||
padding: 20px;
|
||||
/* border-radius: 15px; */
|
||||
box-sizing: border-box;
|
||||
border: 4px double rgb(180, 180, 180);
|
||||
}
|
||||
|
||||
#buttons {
|
||||
padding: 15px;
|
||||
margin: 0 auto;
|
||||
border: 4px double rgb(180, 180, 180);
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
iframe {
|
||||
border: 2px solid rgb(180, 180, 180);
|
||||
}
|
||||
|
||||
/* <-----------------------> */
|
||||
|
||||
#webring {
|
||||
|
|
@ -47,7 +31,6 @@ iframe {
|
|||
width: calc(100% - 20px);
|
||||
margin: 0 auto;
|
||||
padding: 20px;
|
||||
/* border-radius: 15px; */
|
||||
box-sizing: border-box;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
|
@ -58,9 +41,7 @@ iframe {
|
|||
}
|
||||
|
||||
body,
|
||||
#webring,
|
||||
#buttons,
|
||||
#spec {
|
||||
#webring {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
|
|
@ -69,35 +50,6 @@ a,
|
|||
color: rgb(66, 131, 252);
|
||||
}
|
||||
|
||||
#buttons {
|
||||
justify-content: center;
|
||||
gap: 20px;
|
||||
|
||||
}
|
||||
|
||||
#buttons img {
|
||||
transition: transform 0.3s ease;
|
||||
}
|
||||
|
||||
#buttons img:hover {
|
||||
transform: scale(1.3);
|
||||
}
|
||||
|
||||
#spec {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
#newpc {
|
||||
margin-left: 100px;
|
||||
}
|
||||
|
||||
#gamesicon {
|
||||
border-radius: 50%;
|
||||
height: 64px;
|
||||
object-fit: cover;
|
||||
box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.45);
|
||||
}
|
||||
|
||||
/* <-----------------------> */
|
||||
|
||||
@media (max-width: 600px) {
|
||||
|
|
@ -124,13 +76,12 @@ a,
|
|||
margin: 10px auto 0;
|
||||
padding: 8px 12px;
|
||||
box-sizing: border-box;
|
||||
/* border-radius: 15px; */
|
||||
}
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'JetBrains Mono';
|
||||
src: url('font/JetBrainsMono-Bold.ttf') format('truetype');
|
||||
src: url('JetBrainsMono-Bold.ttf') format('truetype');
|
||||
font-weight: bold;
|
||||
font-display: swap;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue