initial commit (long overdue)
This commit is contained in:
16
17th Website/src/assets/base.css
Normal file
16
17th Website/src/assets/base.css
Normal file
@@ -0,0 +1,16 @@
|
||||
/* color palette from <https://github.com/vuejs/theme> */
|
||||
:root {
|
||||
--background-primary: #272731;
|
||||
--background-secondary: #1C1C21;
|
||||
--accent-primary: #01bde7;
|
||||
--white: #EDF2F4;
|
||||
|
||||
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: var(--white);
|
||||
font-weight: 400;
|
||||
font-size: 60px;
|
||||
margin: 20px 0 20px 0px;
|
||||
}
|
||||
1
17th Website/src/assets/logo.svg
Normal file
1
17th Website/src/assets/logo.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 261.76 226.69"><path d="M161.096.001l-30.225 52.351L100.647.001H-.005l130.877 226.688L261.749.001z" fill="#41b883"/><path d="M161.096.001l-30.225 52.351L100.647.001H52.346l78.526 136.01L209.398.001z" fill="#34495e"/></svg>
|
||||
|
After Width: | Height: | Size: 276 B |
23
17th Website/src/assets/main.css
Normal file
23
17th Website/src/assets/main.css
Normal file
@@ -0,0 +1,23 @@
|
||||
@import './base.css';
|
||||
|
||||
#app {
|
||||
/* max-width: 1280px; */
|
||||
/* margin: 0 auto;
|
||||
padding: 2rem; */
|
||||
|
||||
/* font-weight: normal; */
|
||||
}
|
||||
|
||||
|
||||
/* @media (min-width: 1024px) {
|
||||
body {
|
||||
display: flex;
|
||||
place-items: center;
|
||||
}
|
||||
|
||||
#app {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
padding: 0 2rem;
|
||||
}
|
||||
} */
|
||||
Reference in New Issue
Block a user