You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

33 lines
391 B

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;
}