11 lines
562 B
HTML
11 lines
562 B
HTML
|
<link rel="stylesheet" href="css/styles.css">
|
||
|
|
||
|
<h1>Nesting Challenge</h1>
|
||
|
<p>Style the following buttons so that they look like the provided sample. When you're done, not only should <a
|
||
|
href="img/final-layout.png">it look similar</a>, but the <a href="img/file-structure.png">file structure</a> and <a
|
||
|
href="img/final-css.png">final CSS file</a> should match the provided files.</p>
|
||
|
|
||
|
|
||
|
<a href="#" class="btn btn__primary">Primary button</a>
|
||
|
<a href="#" class="btn btn__secondary">Secondary button</a>
|
||
|
<a href="#" class="btn btn__accent">Accent button</a>
|