Checkin
This commit is contained in:
BIN
northsidestudio/assets/images/NSS_middle.png
Normal file
BIN
northsidestudio/assets/images/NSS_middle.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 775 KiB |
@@ -1,4 +1,8 @@
|
||||

|
||||
---
|
||||
title: "Northside Studio"
|
||||
---
|
||||
|
||||
{{< figure src="/images/NSS_middle.png" width="600" alt="Northside Studio" title="Morthside Studio" >}}
|
||||
|
||||
If you want real content from real people, look her!
|
||||
We don't use AI for content creation. Imperfection to the perfect. We love the imperfect.
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 29 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 72 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 123 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 149 KiB |
@@ -1,4 +0,0 @@
|
||||
footer {
|
||||
border-top: 1px solid #222;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
header {
|
||||
border-bottom: 1px solid #222;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
@import "components/header.css";
|
||||
@import "components/footer.css";
|
||||
|
||||
body {
|
||||
color: #222;
|
||||
font-family: sans-serif;
|
||||
line-height: 1.5;
|
||||
margin: 1rem;
|
||||
max-width: 768px;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #00e;
|
||||
text-decoration: none;
|
||||
}
|
||||
@@ -18,41 +18,53 @@
|
||||
url('/fonts/If.woff') format('woff');
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #f5efe4;
|
||||
}
|
||||
|
||||
figure img {
|
||||
max-width: 30%;
|
||||
height: auto;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.all {
|
||||
margin: auto;
|
||||
width: 60%
|
||||
width: 75%;
|
||||
background-color: #f5efe4;
|
||||
}
|
||||
|
||||
.container {
|
||||
margin: 0, auto;
|
||||
width: 90%;
|
||||
width: 100%;
|
||||
font-family: "x-typewriter";
|
||||
}
|
||||
|
||||
.title {
|
||||
margin: 0, auto;
|
||||
width: 90%;
|
||||
width: 100%;
|
||||
font-family: "if";
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
nav, footer {
|
||||
background-color: #333;
|
||||
color: #fff;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
nav {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
nav > a {
|
||||
flex: 1;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
color: #fff;
|
||||
@media only screen and (min-width: 768px) {
|
||||
nav { flex-direction: row;}
|
||||
nav {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
nav > a {
|
||||
flex: 1;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
color: #fff;
|
||||
@media only screen and (max-width: 768px) {
|
||||
nav { flex-direction: column;}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user