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.
 
 
 
 

57 lines
754 B

body {
display: flex;
flex-direction: column;
margin: 0;
}
header {
display: flex;
background-color: black;
color: white;
align-items: center;
padding: 10px 0;
justify-content: space-between;
}
header ul {
display: flex;
list-style-type: none;
margin: 2px;
padding: 2px;
}
article {
margin: 0 10%;
}
article img {
flex-basis: 30%;
width: 100%;
margin: 16px 0;
}
#menu {
/* display: flex; */
/* justify-content: space-between; */
}
#menu li {
padding: 10px;
}
#id {
margin: 0 auto;
}
#social-links {
padding: 10px;
}
#social-links li {
padding: 10px;
}
#logo {
/* margin: 0 auto; */
}