This commit is contained in:
orange 2023-03-10 19:10:42 +06:00
parent 05fbe7888d
commit 893fb57a68
2 changed files with 41 additions and 1 deletions

View file

@ -1,3 +1,13 @@
@import url("https://fonts.googleapis.com/css?family=Martian+Mono");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Martian Mono", monospace;
font-size: 14pt;
}
.header {
position: fixed;
height: 32px;
@ -6,7 +16,6 @@
}
.header > img {
height: 100%;
position: relative;
margin: auto;
display: block;
padding: 4px 0px 4px 0px;

View file

@ -11,6 +11,37 @@ body {
background: #24232f;
}
/* Приобретение предложения */
/* .buy {
position: relative;
width: 511px;
height: 334.15px;
left: 705px;
top: 401.63px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: start;
gap: 32px 0px;
padding: 0px;
flex-wrap: wrap;
align-content: center;
} */
/* Стоимость предложения */
/* .buy > h1 {
width: 576px;
height: 58px;
color: rgba(244, 243, 255, 1);
font-size: 48px;
font-weight: 800;
line-height: 1.2;
letter-spacing: 8px;
text-decoration: none;
text-transform: lowercase;
text-align: center;
} */
.elem {
width: 20px;
height: 2000px;