header { display: flex; /* justify-content: space-between; */ margin-bottom: 100px; } nav { margin-left: auto; } nav ul { display: flex; list-style: none; margin: 0; padding: 0; } /* nav li { */ nav a { /* background: pink; */ width: 100px; text-align: center; line-height: 64px; display: inline-block; } nav a:hover { background: #eee; } section { display: flex; margin-bottom: 60px; justify-content: space-between; } section:nth-child(even) { flex-direction: row-reverse; } .pic { width: 180px; /* margin-right: 32px; */ } img { max-width: 100%; } .desc { /* flex: 1; */ width: calc(100% - 180px - 32px); }