yasuhiro-yamamoto
11/9/2018 - 1:48 AM

ep5-sample3.css

/* 通常のCSS-----------------------------------------*/

header {
  background-color: #404040;
  color: #fff;
  display: flex;
  align-items: center;
  height: 60px;
  width: 100%;
}
h1 {
  font-weight: bold;
  font-size: 21px;
  margin: 0 0 0 32px;
}
nav {
  margin: 0 32px 0 auto;
}
ul {
  display: flex;
}
li {
  margin: 0 0 0 16px;
  list-style: none;
}