Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zwbetz-gh/cupper-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/static/css/custom_02.css')
-rw-r--r--exampleSite/static/css/custom_02.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/exampleSite/static/css/custom_02.css b/exampleSite/static/css/custom_02.css
new file mode 100644
index 0000000..d8bc55f
--- /dev/null
+++ b/exampleSite/static/css/custom_02.css
@@ -0,0 +1,3 @@
+.your-custom-class-02 {
+ display: block;
+}