testing a screen
This commit is contained in:
28
assets/css/crt-screen.css
Normal file
28
assets/css/crt-screen.css
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
layout: none
|
||||
---
|
||||
|
||||
.screen{
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
background-image: url(/neko/welp/assets/images/crt.png);
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
background-position: center;
|
||||
|
||||
align-content: center;
|
||||
width: 1000px;
|
||||
height: 800px;
|
||||
}
|
||||
.screen-content{
|
||||
margin-top: 60px;
|
||||
/* padding-left: 350px; */
|
||||
/* padding-right: inherit; */
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
/* padding-left: 50px; */
|
||||
/* padding-right: 50px; */
|
||||
height: 480px;
|
||||
width: 640px;
|
||||
overflow: scroll;
|
||||
}
|
@@ -13,6 +13,10 @@
|
||||
body {
|
||||
font-size: 12px;
|
||||
background: #241c11 !important;
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
height: 100%;
|
||||
|
||||
}
|
||||
|
||||
img {
|
||||
@@ -22,7 +26,6 @@ img {
|
||||
/* header */
|
||||
|
||||
header {
|
||||
margin: 2rem 20% -2rem 20%;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
@@ -34,9 +37,6 @@ header * {
|
||||
/* nav */
|
||||
|
||||
nav {
|
||||
margin-left: 20%;
|
||||
margin-right: 20%;
|
||||
padding-top: 0.5rem;
|
||||
line-height: 2rem;
|
||||
}
|
||||
|
||||
@@ -58,9 +58,6 @@ a.a-active {
|
||||
/* main */
|
||||
|
||||
main {
|
||||
margin-top: 3rem;
|
||||
margin-left: 20%;
|
||||
margin-right: 20%;
|
||||
display: grid;
|
||||
grid-gap: 0.4rem;
|
||||
line-height: 1.5rem;
|
||||
@@ -114,7 +111,6 @@ footer {
|
||||
font-weight: bold;
|
||||
color: #ffd300;
|
||||
font-size: 0.7rem;
|
||||
margin: 4rem 20% 4rem 20%;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 780px) {
|
||||
|
Reference in New Issue
Block a user