Skip to content

Layout #7

Description

@ejmoyer

#layout nav {
position: absolute;
margin: 0;
top: 0;
left: 0;
right: 0;
bottom: 97%;
background: lightblue;
}
#layout aside {
box-sizing: border-box;
float: right;
background: forestgreen;
color: white;
width: 50%;
margin: 5px -5rem 5px 5px;
padding: 5px;
border: solid black;
}
#layout a {
position: relative;
padding: 5px;
top: 25%;
left: 5%;
border: solid blue;
margin: 0 -3px;
}
#layout footer {
position: absolute;
margin: 0;
top: 97%;
left: 0;
right: 0;
bottom: 0;
background: crimson;
text-align: center;
}

I took a quick try at layout. Definitely doesn't look like the example. I could've done more, I'm sure.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions