Structure and Index-site created
This commit is contained in:
parent
2dcc9aa426
commit
4cd0b5b062
5 changed files with 238 additions and 0 deletions
14
css/main.css
Normal file
14
css/main.css
Normal file
|
@ -0,0 +1,14 @@
|
|||
.container {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.room {
|
||||
padding: .5em 1em;
|
||||
background-color: lightgray;
|
||||
margin: .2em;
|
||||
}
|
||||
|
||||
.room > h2 {
|
||||
margin: 0;
|
||||
border-bottom: 1px gray solid;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue