実践レッスン
サービス紹介サイトを作ろう
サービス紹介サイトを作ろう
Web制作会社を想定したサービス紹介サイトを制作します。 positionや疑似要素など、実務でよく出るスタイルの指定に挑戦しましょう。
目安:4時間0分
スキル一覧
<header>
<div>
<h1>
padding
display: flex;
justify-content
align-items
font-size
font-weight
color
<nav>
<ul>
<li>
<a>
margin
:first-child, :last-child
display
background-color
border-radius
text-align
transition
opacity
<section>
<h2~h6>
<span>
background
position
top, bottom
left
width
:nth-of-type()
<p>
<img>
height
position: relative
box-shadow
position: absolute
right, left
<table>
<thead>
<tbody>
<tr>
<th>
<td>
::before, ::after
content
display: inline-block
gap
flex-direction
flex-grow
<footer>