split style
This commit is contained in:
31
core.css
Normal file
31
core.css
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif&display=swap");
|
||||||
|
|
||||||
|
:root {
|
||||||
|
--background-color: #002992;
|
||||||
|
--background-color-no-focus: #abbbdf;
|
||||||
|
--color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
* {
|
||||||
|
border-radius: 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-size: 28px;
|
||||||
|
font-family: "Noto Serif", serif;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
header {
|
||||||
|
text-align: center;
|
||||||
|
color: var(--background-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
main {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: center;
|
||||||
|
gap: 0;
|
||||||
|
margin: 1rem 1rem 0;
|
||||||
|
color: var(--color);
|
||||||
|
}
|
||||||
@@ -1,35 +1,3 @@
|
|||||||
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif&display=swap");
|
|
||||||
|
|
||||||
:root {
|
|
||||||
--background-color: #002992;
|
|
||||||
--background-color-no-focus: #abbbdf;
|
|
||||||
--color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
* {
|
|
||||||
border-radius: 0.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
|
||||||
font-size: 28px;
|
|
||||||
font-family: "Noto Serif", serif;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
header {
|
|
||||||
text-align: center;
|
|
||||||
color: var(--background-color);
|
|
||||||
}
|
|
||||||
|
|
||||||
main {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
justify-content: center;
|
|
||||||
gap: 0;
|
|
||||||
margin: 1rem 1rem 0;
|
|
||||||
color: var(--color);
|
|
||||||
}
|
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@@ -10,7 +10,8 @@
|
|||||||
My understanding of the Thinking People System and
|
My understanding of the Thinking People System and
|
||||||
how it can help people and organization to improve"
|
how it can help people and organization to improve"
|
||||||
/>
|
/>
|
||||||
<link rel="stylesheet" href="style.css" />
|
<link rel="stylesheet" href="core.css" />
|
||||||
|
<link rel="stylesheet" href="index.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
|
|||||||
Reference in New Issue
Block a user