add files
This commit is contained in:
7
css/bootstrap.min.css
vendored
Normal file
7
css/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
@@ -0,0 +1,20 @@
|
||||
This font is licensed under a Creative Commons Attribution Share Alike license
|
||||
(http://creativecommons.org/licenses/by-sa/3.0/).
|
||||
|
||||
Attribution-Share Alike 3.0 Unported
|
||||
|
||||
You are free:
|
||||
|
||||
to Share — to copy, distribute and transmit the work
|
||||
to Remix — to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
|
||||
Attribution. You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work).
|
||||
|
||||
Share Alike. If you alter, transform, or build upon this work, you may distribute the resulting work only under the same, similar or a compatible license.
|
||||
|
||||
For any reuse or distribution, you must make clear to others the license terms of this work. The best way to do this is with a link to this web page.
|
||||
|
||||
Any of the above conditions can be waived if you get permission from the copyright holder.
|
||||
Nothing in this license impairs or restricts the author's moral rights.
|
||||
BIN
css/fonts/Junction.otf
Normal file
BIN
css/fonts/Junction.otf
Normal file
Binary file not shown.
BIN
css/fonts/junction-regular.zip
Normal file
BIN
css/fonts/junction-regular.zip
Normal file
Binary file not shown.
29
css/style.css
Normal file
29
css/style.css
Normal file
@@ -0,0 +1,29 @@
|
||||
canvas{
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
body{
|
||||
background-color: #ddd;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
#screen{
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
height: 100%;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
#front{
|
||||
position: absolute;
|
||||
top: 200px;
|
||||
left: 50%;
|
||||
text-align: center;
|
||||
margin-left: -585px;
|
||||
width: 1170px;
|
||||
font-family: 'Roboto Slab', serif;
|
||||
background-color: white;
|
||||
}
|
||||
#front > h1{
|
||||
margin-top: 0px;
|
||||
font-size: 122px;
|
||||
}
|
||||
Reference in New Issue
Block a user