Skip to content

Commit

Permalink
i forgot what i did
Browse files Browse the repository at this point in the history
  • Loading branch information
popdxo committed May 9, 2024
1 parent e0d88f5 commit 8f8f2c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ h1 {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
margin: 0 -8px;
}
#introtext {
text-align: center;
Expand Down
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
<head>
<link rel="stylesheet" href="index.css">
<link rel="icon" type="image/x-icon" href="images/popd.png">
<title>popd.site</title>
<title>popd</title>
</head>

<body>
<h1>popd.site</h1>
<h1>popd</h1>
<div id="introdiv">
<div style="backdrop-filter: brightness(80%) blur(0.7px) saturate(125%);">
<div style="margin: 10px; padding: 75px 20%;">
<div style="margin: 10px; padding: 120px 20%;">
<P class="frostedglass" id="introtext">A WIP site made to learn more web development</P>
<a href="https://github.com/popdxo/popd.site" class="frostedglass" id="gitlink">Github
<img src="images/github-mark-white.svg" style="vertical-align: middle; padding-left: 1vw; width: 3vw;">
<a href="https://github.com/popdxo/popd.site" class="frostedglass" id="gitlink">GitHub
<img src="images/github-mark-white.svg" style="vertical-align: middle; padding-left: 1vw; width: 3vw;">
<a>
</div>
</div>
Expand Down

0 comments on commit 8f8f2c1

Please sign in to comment.