generated from Seekra/repository-template
Add NotFound.vue #48 #50
+32
-1
@@ -5,4 +5,35 @@
|
|||||||
ERROR: 404 Not Found
|
ERROR: 404 Not Found
|
||||||
|
jakob.scheid marked this conversation as resolved
Outdated
|
|||||||
</span>
|
</span>
|
||||||
|
jakob.scheid marked this conversation as resolved
Outdated
jakob.scheid
commented
Do not write ERROR uppercase. Do not write *ERROR* uppercase.
|
|||||||
</header>
|
</header>
|
||||||
</template>
|
</template>
|
||||||
|
<style scoped>
|
||||||
|
.global-header {
|
||||||
|
text-align: center;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
jakob.scheid marked this conversation as resolved
Outdated
jakob.scheid
commented
Copying styles is a very bad idea. Nothing should be redundant. Copying styles is a very bad idea. Nothing should be redundant.
|
|||||||
|
padding-top: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.global-header h1 {
|
||||||
|
display: inline-block;
|
||||||
|
margin: 0;
|
||||||
|
line-height: 1;
|
||||||
|
background: linear-gradient(
|
||||||
|
to right,
|
||||||
|
var(--primary-color-l-4),
|
||||||
|
var(--primary-color),
|
||||||
|
var(--primary-color-d-4)
|
||||||
|
);
|
||||||
|
-webkit-background-clip: text;
|
||||||
|
-webkit-text-fill-color: transparent;
|
||||||
|
background-clip: text;
|
||||||
|
font-size: 6rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.slogan{
|
||||||
|
margin: 0;
|
||||||
|
font-size: small;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style>
|
||||||
Reference in New Issue
Block a user
No HTTP status code. That is confusing for people who are not familiar with technology.