Added initial hello-world module.
This commit is contained in:
parent
7e85f8a1a0
commit
04d445534f
5 changed files with 151 additions and 0 deletions
22
css/000-modulewrapper.css
Normal file
22
css/000-modulewrapper.css
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
.modulewrapper {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
padding: 1em 0;
|
||||
}
|
||||
|
||||
.modulewrapper::before, .modulewrapper::after {
|
||||
content: "";
|
||||
width: 100%;
|
||||
height: 1px;
|
||||
background: lightgray;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.modulewrapper::before {
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.modulewrapper::after {
|
||||
bottom: 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue