summaryrefslogtreecommitdiff
path: root/content/html/gemfeed/2016-11-20-methods-in-c.html
diff options
context:
space:
mode:
Diffstat (limited to 'content/html/gemfeed/2016-11-20-methods-in-c.html')
-rw-r--r--content/html/gemfeed/2016-11-20-methods-in-c.html13
1 files changed, 3 insertions, 10 deletions
diff --git a/content/html/gemfeed/2016-11-20-methods-in-c.html b/content/html/gemfeed/2016-11-20-methods-in-c.html
index c17c2cc3..470a15ed 100644
--- a/content/html/gemfeed/2016-11-20-methods-in-c.html
+++ b/content/html/gemfeed/2016-11-20-methods-in-c.html
@@ -5,20 +5,13 @@
<title>Having fun with computers!</title>
<link rel="shortcut icon" type="image/gif" href="/favicon.ico" />
<style type="text/css">
-body { background-color: #282c34; color: #dfdfdf; margin: auto; max-width: 900px; }
+body { margin: auto; max-width: 900px; }
img { display: block; max-width: 70%;}
-pre { color: #ecbe7b; }
-blockquote { color: #ecbe7b; }
-a { color: #c678dd; text-decoration: none; }
-a.textlink:before { content: " > "; padding-left: 2px; }
-a:hover { color: #51afef; text-decoration: underline; }
-h1 { color: #ff6c6b; }
-h2, h3, h4, h5, h6 { color: #51afef; }
-li { color: #98be65; }
+p.quote:before { content: " | "; padding-left: 2px; }
</style>
</head>
<body>
-<pre>Written by Paul Buetow 2016-11-20</pre>
+<p class="quote"><i>Written by Paul Buetow 2016-11-20</i></p>
<a class="textlink" href="../">Go back to the main site</a><br />
<h1>Methods in C</h1>
<p>You can do some sort of object oriented programming in the C Programming Language. However, that is very limited. But also very easy and straight forward to use.</p>