Skip to content

Commit

Permalink
added border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonleboeuf committed Jul 18, 2020
1 parent e6f5bd4 commit 4b37329
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 4 additions & 8 deletions resources.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,21 +46,16 @@ <h2>Functions</h2>
<div>
<h2>Flex</h2>
<ul>
<li><a href="">.map()</a></li>
<li><a href="">.reduce()</a></li>
<li><a href="">.forEach()</a></li>
<li><a href="">.forEach()</a></li>
<li><a href="">container vs children</a></li>
<li><a href="">flex-direction</a></li>
</ul>
</div>


<div>
<h2>Flexbox</h2>
<ul>
<li><a href="">.map()</a></li>
<li><a href="">.reduce()</a></li>
<li><a href="">.forEach()</a></li>
<li><a href="">.forEach()</a></li>
<li><a href=""></a></li>
</ul>
</div>

Expand Down Expand Up @@ -100,6 +95,7 @@ <h2>Teachers</h2>
<li><a href="">FrontEnd Happy Hour</a></li>
<li><a href="">Jake LeBoeuf</a></li>
<li><a href="">Jason Lengstorf</a></li>
<li><a href="">Brian Holt</a></li>
<li><a href="">FrontEnd Masters</a></li>
<li><a href="">CodeCademy</a></li>
</ul>
Expand Down
2 changes: 2 additions & 0 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -213,12 +213,14 @@ section {
padding: 0 20px 45px 20px;
/* border: 2px purple solid; */
border-radius: 80px;
box-shadow: 5.5px 5px 2px rgba(136, 136, 136, 0.5);
}

/* .about-obj:hover {
opacity: 0.5;
color: black;
} */

.about-obj p {
/* margin: 0 auto; */
/* margin-top: 20px; */
Expand Down

0 comments on commit 4b37329

Please sign in to comment.