diff --git a/another-file b/another-file new file mode 100644 index 00000000..ef934c58 --- /dev/null +++ b/another-file @@ -0,0 +1 @@ +This file was created after the repo was forked. diff --git a/first-file.md b/first-file.md new file mode 100644 index 00000000..ad1d648d --- /dev/null +++ b/first-file.md @@ -0,0 +1 @@ +This is the content for my first file. diff --git a/simpli01.css b/simpli01.css new file mode 100644 index 00000000..649814ca --- /dev/null +++ b/simpli01.css @@ -0,0 +1,4 @@ +.body { + font-size: 1em; + letter-spacing: .1em; + } diff --git a/simpli02.css b/simpli02.css new file mode 100644 index 00000000..286a3b35 --- /dev/null +++ b/simpli02.css @@ -0,0 +1,4 @@ +.special { + padding: 1em; + margin: 1em; + }