Skip to content

Commit

Permalink
Bold styling fix for project article. Added new blockquote styling to…
Browse files Browse the repository at this point in the history
… styles.
  • Loading branch information
alanmmckay committed Dec 22, 2023
1 parent d9e5018 commit b924a46
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion projects/organization/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
</p>

<p>
What is it that a <b>paying</b> student seeks to learn by taking Computer Organization? Any student who is paying to be in the class is likely a Computer Science major. Many would describe it as a weed-out course that teaches a programming paradigm that is antiquated. They may not be able to justify why it has this perception, but those who have a genuine interest will tell you that it's due to a combination of Moore's law and compiler optimization techniques.
What is it that a <b>paying student</b> seeks to learn by taking Computer Organization? Any student who is paying to be in the class is likely a Computer Science major. Many would describe it as a weed-out course that teaches a programming paradigm that is antiquated. They may not be able to justify why it has this perception, but those who have a genuine interest will tell you that it's due to a combination of Moore's law and compiler optimization techniques.
</p>

<p>
Expand Down
6 changes: 6 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,12 @@
padding-bottom:0%;
}

#writingsWrapper blockquote{
border-left: solid 3px #778088;
padding-left:10px;
color:#6b747b
}

#writingsWrapper figcaption{
color:#7b869d;
font-size:15px;
Expand Down

0 comments on commit b924a46

Please sign in to comment.