Skip to content

Commit

Permalink
Edits
Browse files Browse the repository at this point in the history
  • Loading branch information
noramoor2007 authored Feb 22, 2024
1 parent 7b026d4 commit f21ffb7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ <h1 style ="font-weight: 200; line-height: 40px;">My discovery of the true<br>po
<!--The <br> tag, like \n escape sequence in Python and Java, makes a new line in the string literal.-->
<p style = "font-weight: 200;" class = "Descriptions">Today is <i>Wednesday, March 17, 2023</i>, and this is the day I first made my coding portfolio. My name is Nora Moor, and I am a high school junior from New York. I was first introduced to coding more than six years ago when I learned Scratch in my computer class. Since then, I have developed a passion for coding and continued to use Scratch in my free time. I have created over 50 projects in Scratch and over the years, I have gained expertise in various coding languages including Python, Java, HTML, CSS, JavaScript, and R.
</p>
<!--<h3>Coding Projects</h3>-->
<button class = "morelinks" style = "text-align: center;"><a href = "aboutme.html" style = "text-decoration: none">Learn More</a></button>
<!--<h3>Coding Projects</h3>--><br><br>
<button class = "morelinks" style = "text-align: center;"><a href = "aboutme.html" style = "text-decoration: none">Learn More</a></button>
<h2>Computer Programming</h2>
<table>
<colgroup>
Expand Down
9 changes: 4 additions & 5 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -263,11 +263,10 @@ dfn:hover::after {top: 30px;}
dfn:hover::before {top: 20px;}

::-moz-selection { /* Code for Firefox */
color: red;
background:linear-gradient(to right),linear-gradient(to right,#ff5db4,#ff147e,rgba(0, 100, 200, 1));
color: #ff5db4;
background:#2e2e2e;
}

::selection {
color: red;
background:linear-gradient(to right),linear-gradient(to right,#ff5db4,#ff147e,rgba(0, 100, 200, 1));
}
color: #ff5db4;
background:#2e2e2e;

0 comments on commit f21ffb7

Please sign in to comment.