Commit Diff


commit - 523b56200298912d789d3e3b858b43bc4135b023
commit + fea0de92588a3221543edc3ac3451941acbd509b
blob - 5d55eabe1df94e6791795c1e0caa93f3a6a25b04 (mode 644)
blob + /dev/null
--- index.html~
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<meta charset="UTF-8">
-<title>Kyle Ackerman</title>
-<meta name="viewport" content="width=device-width,initial-scale=1">
-<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/comic-mono@0.0.1/index.min.css">
-<link rel="stylesheet" href="./style.css">
-<section class="container">
-  <div class="name">
-    <h1>Kyle</h1>
-  </div>
-  <div class="name">
-    <h1> Ackerman</h1>
-  </div>
-</section> 
-<body>
-  <p> This is a test paragraph.</p> 
-</body>
-</html> 
blob - 01b6d13693582ff8bd59412b053dde9c20504fcd (mode 644)
blob + /dev/null
--- style.css~
+++ /dev/null
@@ -1,24 +0,0 @@
-:root {
-    --theme-purple: #bf00ff;
-    font-family: Comic Mono;
-    font-size: 40px;
-    width: 100%;
-}
-
-h1 {
-    padding: 0;
-    margin: 0;
-}
-
-.name{
-    display: flex;
-    justify-content: center;
-    align-items: columns;
-    color: var(--theme-purple);
-}
-
-.container{
-    margin: auto;
-    padding: 10px 10px;
-    
-}