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;
|
||||
}
|
Reference in New Issue
Block a user