Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- * {
- margin: 0;
- padding: 0;
- }
- p {
- margin: 1em auto;
- }
- canvas {
- display: block;
- }
- #particles-js {
- width: 100%;
- height: 100vh;
- background: -webkit-linear-gradient(top, #000000 1%, #0c0c24 100%);
- position: fixed;
- top: 0;
- left: 0;
- z-index: -1;
- }
- .something {
- text-align: center;
- margin: 0 auto;
- margin-top: 200px;
- font-family: 'Roboto', sans-serif;
- }
- .something h1 {
- color: white;
- font-size: 10em;
- }
- #title {
- padding-top: 150px;
- font-family: 'Fjalla One',sans-serif;
- font-size: 64px;
- font-style: italic;
- }
- #about {
- color: gray;
- z-index: -1;
- }
Advertisement
Add Comment
Please, Sign In to add comment