Skip to content

Commit

Permalink
css
Browse files Browse the repository at this point in the history
  • Loading branch information
NecroticPhantom authored Jul 12, 2024
1 parent dbecef7 commit 308caeb
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 25 deletions.
8 changes: 4 additions & 4 deletions about-me.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@
<title>About Me</title>
</head>
<body>
<div class="container" id="pageLinksContainer">
<div class="container" id="pageLinksContainer" style="text-decoration: none;">
<a href="https://necroticphantom.github.io">
<div class="pageLinks" id="homeLink">
<p class="pageLinksText" id="homeLinkText">Home</p>
</div>
</a>
<a href="https://necroticphantom.github.io/about-me">
<a href="https://necroticphantom.github.io/about-me" style="text-decoration: none;">
<div class="pageLinks currentPageLink" id="aboutMeLink">
<p class="pageLinksText" id="aboutMeLinkText">About Me</p>
</div>
</a>
<a href="https://necroticphantom.github.io/programming-languages">
<a href="https://necroticphantom.github.io/programming-languages" style="text-decoration: none;">
<div class="pageLinks" id="programmingLanguagesLink">
<p class="pageLinksText" id="programmingLanguagesLinkText">Programming Languages</p>
</div>
</a>
<a href="https://necroticphantom.github.io/portfolio">
<a href="https://necroticphantom.github.io/portfolio" style="text-decoration: none;">
<div class="pageLinks" id="portfolioLink">
<p class="pageLinksText" id="portfolioLinkText">Portfolio</p>
</div>
Expand Down
10 changes: 4 additions & 6 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,24 @@ body {
border-radius: 50px;
margin: auto;
background-color: lime;
text-align: center;
line-height: 50px;
}
.currentPageLink {
background-color: white;
}
.pageLinksText {
line-height: 50px;
text-align: center;
color: black;
text-decoration: none;
}
.textContainer {
width: auto;
height: 50px;
border-radius: 50px;
margin: auto;
background-color: black;
text-align: center;
line-height: 50px;
}
.text {
line-height: 50px;
text-align: center;
color: white;
text-decoration: none;
}
File renamed without changes
File renamed without changes
15 changes: 8 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,31 +7,32 @@
</head>
<body>
<div class="container" id="pageLinksContainer">
<a href="https://necroticphantom.github.io">
<a href="https://necroticphantom.github.io" style="text-decoration: none;">
<div class="pageLinks currentPageLink" id="homeLink">
<p class="pageLinksText" id="homeLinkText">Home</p>
</div>
</a>
<a href="https://necroticphantom.github.io/about-me">
<a href="https://necroticphantom.github.io/about-me" style="text-decoration: none;">
<div class="pageLinks" id="aboutMeLink">
<p class="pageLinksText" id="aboutMeLinkText">About Me</p>
</div>
</a>
<a href="https://necroticphantom.github.io/programming-languages">
<a href="https://necroticphantom.github.io/programming-languages" style="text-decoration: none;">
<div class="pageLinks" id="programmingLanguagesLink">
<p class="pageLinksText" id="programmingLanguagesLinkText">Programming Languages</p>
</div>
</a>
<a href="https://necroticphantom.github.io/portfolio">
<a href="https://necroticphantom.github.io/portfolio" style="text-decoration: none;">
<div class="pageLinks" id="portfolioLink">
<p class="pageLinksText" id="portfolioLinkText">Portfolio</p>
</div>
</a>
<style>
.externalSiteLogo {
height: 100px;
width: 100px;
image-resolution: 100ppi;
max-height: 2rem;
max-width: 2rem;
border-radius: 1rem;
background: white;
}
</style>
</div>
Expand Down
8 changes: 4 additions & 4 deletions portfolio.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@
<title>Portfolio</title>
</head>
<body>
<div class="container" id="pageLinksContainer">
<div class="container" id="pageLinksContainer" style="text-decoration: none;">
<a href="https://necroticphantom.github.io">
<div class="pageLinks" id="homeLink">
<p class="pageLinksText" id="homeLinkText">Home</p>
</div>
</a>
<a href="https://necroticphantom.github.io/about-me">
<a href="https://necroticphantom.github.io/about-me" style="text-decoration: none;">
<div class="pageLinks" id="aboutMeLink">
<p class="pageLinksText" id="aboutMeLinkText">About Me</p>
</div>
</a>
<a href="https://necroticphantom.github.io/programming-languages">
<a href="https://necroticphantom.github.io/programming-languages" style="text-decoration: none;">
<div class="pageLinks" id="programmingLanguagesLink">
<p class="pageLinksText" id="programmingLanguagesLinkText">Programming Languages</p>
</div>
</a>
<a href="https://necroticphantom.github.io/portfolio">
<a href="https://necroticphantom.github.io/portfolio" style="text-decoration: none;">
<div class="pageLinks currentPageLink" id="portfolioLink">
<p class="pageLinksText" id="portfolioLinkText">Portfolio</p>
</div>
Expand Down
8 changes: 4 additions & 4 deletions programming-languages.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@
</head>
<body>
<div class="container" id="pageLinksContainer">
<a href="https://necroticphantom.github.io">
<a href="https://necroticphantom.github.io" style="text-decoration: none;">
<div class="pageLinks" id="homeLink">
<p class="pageLinksText" id="homeLinkText">Home</p>
</div>
</a>
<a href="https://necroticphantom.github.io/about-me">
<a href="https://necroticphantom.github.io/about-me" style="text-decoration: none;">
<div class="pageLinks" id="aboutMeLink">
<p class="pageLinksText" id="aboutMeLinkText">About Me</p>
</div>
</a>
<a href="https://necroticphantom.github.io/programming-languages">
<a href="https://necroticphantom.github.io/programming-languages" style="text-decoration: none;">
<div class="pageLinks currentPageLink" id="programmingLanguagesLink">
<p class="pageLinksText" id="programmingLanguagesLinkText">Programming Languages</p>
</div>
</a>
<a href="https://necroticphantom.github.io/portfolio">
<a href="https://necroticphantom.github.io/portfolio" style="text-decoration: none;">
<div class="pageLinks" id="portfolioLink">
<p class="pageLinksText" id="portfolioLinkText">Portfolio</p>
</div>
Expand Down

0 comments on commit 308caeb

Please sign in to comment.