diff options
| author | WindowsAddict | 2024-04-12 03:05:28 +0000 |
|---|---|---|
| committer | WindowsAddict | 2024-04-12 03:05:28 +0000 |
| commit | 85a27923c728db442c8b28200f591479c4b93875 (patch) | |
| tree | 851385b8416c334e320aed4b08424681d1dc9ba9 /src/pages | |
| parent | 264b3db2d3525719bf6993031bf671e6e3d4bf9c (diff) | |
| download | massgrave.dev-85a27923c728db442c8b28200f591479c4b93875.zip | |
Move to Docusaurus
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/index.module.css | 23 | ||||
| -rw-r--r-- | src/pages/markdown-page.md | 7 |
2 files changed, 30 insertions, 0 deletions
diff --git a/src/pages/index.module.css b/src/pages/index.module.css new file mode 100644 index 0000000..9f71a5d --- /dev/null +++ b/src/pages/index.module.css @@ -0,0 +1,23 @@ +/** + * CSS files with the .module.css suffix will be treated as CSS modules + * and scoped locally. + */ + +.heroBanner { + padding: 4rem 0; + text-align: center; + position: relative; + overflow: hidden; +} + +@media screen and (max-width: 996px) { + .heroBanner { + padding: 2rem; + } +} + +.buttons { + display: flex; + align-items: center; + justify-content: center; +} diff --git a/src/pages/markdown-page.md b/src/pages/markdown-page.md new file mode 100644 index 0000000..9756c5b --- /dev/null +++ b/src/pages/markdown-page.md @@ -0,0 +1,7 @@ +--- +title: Markdown page example +--- + +# Markdown page example + +You don't need React to write simple standalone pages. |
