Add example cssmodule
This commit is contained in:
parent
ddf96e81bb
commit
b4f7769375
2 changed files with 66 additions and 38 deletions
31
packages/web/app/welcome/welcome.module.css
Normal file
31
packages/web/app/welcome/welcome.module.css
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
.welcome {
|
||||
margin: 0 auto;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
|
||||
header {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
width: 500px;
|
||||
max-width: 100vw;
|
||||
padding: 4px;
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.links {
|
||||
max-width: 300px;
|
||||
width: 100%;
|
||||
padding: 0 4px;
|
||||
|
||||
nav {
|
||||
border-radius: 48px;
|
||||
border: 1px solid gray;
|
||||
padding: 6px;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue