..
This commit is contained in:
parent
05fbe7888d
commit
893fb57a68
2 changed files with 41 additions and 1 deletions
|
@ -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 {
|
.header {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
|
@ -6,7 +16,6 @@
|
||||||
}
|
}
|
||||||
.header > img {
|
.header > img {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
position: relative;
|
|
||||||
margin: auto;
|
margin: auto;
|
||||||
display: block;
|
display: block;
|
||||||
padding: 4px 0px 4px 0px;
|
padding: 4px 0px 4px 0px;
|
||||||
|
|
|
@ -11,6 +11,37 @@ body {
|
||||||
background: #24232f;
|
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 {
|
.elem {
|
||||||
width: 20px;
|
width: 20px;
|
||||||
height: 2000px;
|
height: 2000px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue