Skip to content

Commit

Permalink
feat: Adds Anthony's HTML readme
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony D. Mays <anthony@morganlatimer.com>
  • Loading branch information
anthonydmays authored Mar 1, 2024
1 parent 21a8ba5 commit 279e36f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions lesson_01/anthonymays/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Anthony D. Mays README</title>
<style>
/* Light Mode Styles */
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
line-height: 1.6;
color: #24292e;
background-color: #fff;
margin: 40px auto;
max-width: 800px;
max-width: 1012px;
padding: 0 20px;
}

Expand All @@ -21,7 +20,7 @@
margin-bottom: 16px;
font-weight: 600;
color: #000;
border-bottom: 1px solid #000;
border-bottom: 1px solid #21262d;
}

h1 {
Expand Down Expand Up @@ -98,7 +97,6 @@

h1, h2, h3, h4, h5, h6 {
color: #c9d1d9;
border-bottom: 1px solid #30363d;
}

a {
Expand Down Expand Up @@ -159,3 +157,4 @@ <h2>Photo Gallery</h2>
<a href="https://www.linkedin.com/posts/anthonydmays_blacklinkedin-inspiration-tech-activity-6934921947973656576-M-um?utm_source=share&utm_medium=member_desktop"><img src="images/times-square.gif" height="400" /></a>
</body>
</html>

0 comments on commit 279e36f

Please sign in to comment.