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.
62 lines
773 B
62 lines
773 B
4 years ago
|
content {
|
||
|
border: 1px solid #ddd;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
flex: flex-grow;
|
||
|
flex-basis: 100%;
|
||
|
grid-column: 1/3;
|
||
|
padding: 1rem;
|
||
|
}
|
||
|
|
||
|
header {
|
||
|
display: flex;
|
||
|
flex: flex-grow;
|
||
|
width: 100%;
|
||
|
flex-direction: row;
|
||
|
padding: unset;
|
||
|
}
|
||
|
|
||
|
nav {
|
||
|
flex: 1;
|
||
|
}
|
||
|
|
||
|
figure {
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
margin-top: 4rem;
|
||
|
}
|
||
|
|
||
|
search {
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
flex-direction: column;
|
||
|
margin-top: 2rem;
|
||
|
}
|
||
|
|
||
|
search input {
|
||
|
align-self: center;
|
||
|
width: 50ch;
|
||
|
}
|
||
|
|
||
|
search buttons {
|
||
|
display: flex;
|
||
|
justify-content: space-evenly;
|
||
|
}
|
||
|
|
||
|
button {
|
||
|
padding: 0.5rem;
|
||
|
background-color: #ddd;
|
||
|
border: unset;
|
||
|
color: #000;
|
||
|
font-weight: unset;
|
||
|
}
|
||
|
|
||
|
nav {
|
||
|
font-weight: normal;
|
||
|
}
|
||
|
|
||
|
a {
|
||
|
color: unset;
|
||
|
font-weight: normal;
|
||
|
}
|