Skip to content

Commit

Permalink
Add a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
atom-box committed Sep 2, 2021
1 parent 9bbaf6f commit b2d5959
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions cardOverAbe.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
<!DOCTYPE html>
<html>
<!--
THIS SHOWS 3 THINGS:
A SPINNER (infinitely)
A CARD
A BUTTON
-->

<head>
<meta charset=utf-8 />
<title>JS DOM paragraph style</title>



<style type="text/css">
body{
margin:0;
Expand Down Expand Up @@ -36,11 +45,11 @@
</style>


</head>
</head>
<body>

<div class="verterer">

<div class="centerer">
<div class="card">
<img src="https://picsum.photos/200/100" alt="Avatar" >
Expand All @@ -51,7 +60,7 @@
<h4><b>John Doe</b></h4>
<p>Architect & Engineer</p>
</div>
</div>
</div>
</div>
</div> <!-- E N D -->

Expand Down

0 comments on commit b2d5959

Please sign in to comment.