Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body {
- color: #bbb;
- margin: 0px;
- }
- input {
- width: 100%;
- background-color: #000;
- text-align: center;
- color: #bbb;
- border-width: 0px;
- }
- #clock {
- position: absolute;
- left: 1em;
- top: 1em;
- font-size: 10em;
- align-items: center;
- }
- #bookmarks {
- position: absolute;
- width: 6em;
- top: 24em;
- left: 83em;
- }
- #links {
- position: absolute;
- bottom: 10em;
- width: 50em;
- left: 10em;
- }
- .bookmark {
- font-size: 20px;
- color: #bbb;
- font-weight: 100;
- text-decoration: none;
- padding-right: 0.5em;
- }
- #container {
- color: #bbb;
- width: 100%;
- height: 100%;
- display: flex;
- justify-content: top;
- flex-direction: column;
- }
Advertisement
Add Comment
Please, Sign In to add comment