Compare commits
2 Commits
67bf0199e1
...
3b686d9be7
Author | SHA1 | Date |
---|---|---|
Elizabeth Hunt | 3b686d9be7 | |
Elizabeth Hunt | 0b8883c236 |
|
@ -10,76 +10,6 @@
|
|||
src: url("/static/font/comicsans.ttf");
|
||||
}
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: var(--text-color);
|
||||
font-family: "ComicSans", sans-serif;
|
||||
|
||||
cursor: url("/static/img/cursor-1.png"), auto;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: var(--background-color);
|
||||
background-image: url("/static/img/stars.gif");
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
a {
|
||||
color: var(--link-color);
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.container {
|
||||
max-width: 1600px;
|
||||
margin: auto;
|
||||
background-color: var(--container-bg);
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
hr {
|
||||
border: 0;
|
||||
border-top: 1px solid var(--text-color);
|
||||
|
||||
margin: 20px 0;
|
||||
}
|
||||
|
||||
.blinkies {
|
||||
display: flex;
|
||||
justify-content: left;
|
||||
flex-wrap: wrap;
|
||||
max-width: 900px;
|
||||
gap: 10px 10px;
|
||||
}
|
||||
|
||||
.info {
|
||||
margin-bottom: 1rem;
|
||||
max-width: 600px;
|
||||
|
||||
transition: opacity 0.3s;
|
||||
}
|
||||
|
||||
.info:hover {
|
||||
opacity: 0.8;
|
||||
}
|
||||
@import "/static/css/colors.css";
|
||||
@import "/static/css/blinky.css";
|
||||
@import "/static/css/table.css";
|
||||
@import "/static/css/form.css";
|
||||
@import "/static/css/guestbook.css";
|
||||
@import "/static/css/club.css";
|
||||
|
||||
@font-face {
|
||||
font-family: "ComicSans";
|
||||
src: url("/static/font/comicsans.ttf");
|
||||
}
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
|
|
Loading…
Reference in New Issue