• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

testroom


Commit MetaInfo

Revisione421a0062936157c9ceea83cffc1955bf2fdfc4b (tree)
Time2022-02-17 10:46:41
Authorribbon <ribbon@user...>
Commiterribbon

Log Message

Add a simple stylesheet

Change Summary

Incremental Difference

--- /dev/null
+++ b/CSS/site.css
@@ -0,0 +1,2 @@
1+h1, h2, h3, h4, h5, h6 { font-family: sans-serif; }
2+body { font-family: serif; }
--- a/index.html
+++ b/index.html
@@ -3,6 +3,7 @@
33 <head>
44 <meta charset='UTF-8'>
55 <title>Our Funny Friends</title>
6+ <link rel="stylesheet" href="CSS/site.css">
67 </head>
78 <body>
89 <h1>Our Funny Friends</h1>