set up structure
This commit is contained in:
parent
154e85d41b
commit
9a9c8903b5
@ -1,4 +1,33 @@
|
||||
article {
|
||||
max-width: 49%;
|
||||
body{
|
||||
margin:0px;
|
||||
}
|
||||
|
||||
#content{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.featured {
|
||||
max-width: calc(50% - 8em);
|
||||
float: left;
|
||||
}
|
||||
margin: 2em;
|
||||
padding:1em;
|
||||
background-color: snow;
|
||||
/*display: inline-block;*/
|
||||
/*vertical-align: top;*/
|
||||
}
|
||||
#list{
|
||||
width:100%;
|
||||
clear: both;
|
||||
}
|
||||
.featured:nth-child(even) {
|
||||
/*margin-top: 16em;*/
|
||||
float:right;
|
||||
}
|
||||
#menu{
|
||||
max-width: calc(50% - 4em);
|
||||
float:right;
|
||||
margin-right: 4em;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user