diff --git a/static/LNP300.jpg b/static/LNP300.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2eeb31546828466a7bfe47a674459964ea0cd855 Binary files /dev/null and b/static/LNP300.jpg differ diff --git a/static/PressStart2P-Regular.ttf b/static/PressStart2P-Regular.ttf new file mode 100644 index 0000000000000000000000000000000000000000..39adf42efa597906e53be689474ac82214112124 Binary files /dev/null and b/static/PressStart2P-Regular.ttf differ diff --git a/static/main.css b/static/main.css new file mode 100644 index 0000000000000000000000000000000000000000..2a1189777b7764e417f8891e6f72fd3e0bd0a6d8 --- /dev/null +++ b/static/main.css @@ -0,0 +1,58 @@ +@font-face { font-family: PressStart2P; src: url('../../static/PressStart2P-Regular.ttf'); } + + +.vertical-center { + min-height: 100%; /* Fallback for browsers do NOT support vh unit */ + min-height: 100vh; /* These two lines are counted as one :-) */ + + display: flex; + align-items: center; + } +.my-auto { + margin-top: auto; +margin-bottom: auto; +} +.hor-cent { + margin: 0 auto; + border-radius: 10px; + width: 40%; + background-color: black; + color: white; + position: relative; +} + +.imgplacer { + margin: 0 auto; + width: 50%; +} + +img { + width: 100%; +} + +.fw { + width: 100%; +} + +.ccc-blue{ + color: #0084b0; +} + +.ccc-green{ + color: #00a356; +} + +body { + + background-color: #232323; + font-family: PressStart2P; +} + +@media (max-width: 1275.98px) { + .hor-cent { + width:90%; + } + .imgplacer { + width: 60%; + } +} \ No newline at end of file