mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 15:57:50 +01:00
remove remaining inline styles
This commit is contained in:
34
client/src/styles/404.css
Normal file
34
client/src/styles/404.css
Normal file
@@ -0,0 +1,34 @@
|
||||
h1 {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
h3 {
|
||||
max-width: 40em;
|
||||
font-size: 20px;
|
||||
padding: 1em;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
html, body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#not-found-container {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
@media(min-width: 701px) {
|
||||
h1 {
|
||||
font-size: 75px;
|
||||
}
|
||||
}
|
||||
@media(max-width: 700px) {
|
||||
h1 {
|
||||
font-size: 40px;
|
||||
}
|
||||
}
|
||||
@@ -17,43 +17,7 @@
|
||||
<link rel="stylesheet" href="/styles/create.css">
|
||||
<link rel="stylesheet" href="/styles/modal.css">
|
||||
<link rel="stylesheet" href="/styles/hamburgers.css">
|
||||
<style>
|
||||
|
||||
h1 {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
h3 {
|
||||
max-width: 40em;
|
||||
font-size: 20px;
|
||||
padding: 1em;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
html, body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#not-found-container {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
@media(min-width: 701px) {
|
||||
h1 {
|
||||
font-size: 75px;
|
||||
}
|
||||
}
|
||||
@media(max-width: 700px) {
|
||||
h1 {
|
||||
font-size: 40px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<link rel="stylesheet" href="/styles/404.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="mobile-menu-background-overlay"></div>
|
||||
|
||||
Reference in New Issue
Block a user