aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorYaroslav <contact@yaroslavps.com>2020-03-11 02:26:54 +0300
committerYaroslav <contact@yaroslavps.com>2020-03-11 02:26:54 +0300
commitda4917f8c673a16ba757b3b911cf5ce36895d74e (patch)
treeeb36d2c213917359b50efe2b9c5bc00c2fa55543 /static
downloadyaroslavps.com-da4917f8c673a16ba757b3b911cf5ce36895d74e.tar.gz
yaroslavps.com-da4917f8c673a16ba757b3b911cf5ce36895d74e.zip
initial commit
Diffstat (limited to 'static')
-rw-r--r--static/css/yaroslavps.css60
-rw-r--r--static/favicon32x32.pngbin0 -> 5632 bytes
-rw-r--r--static/favicon64x64.pngbin0 -> 7429 bytes
3 files changed, 60 insertions, 0 deletions
diff --git a/static/css/yaroslavps.css b/static/css/yaroslavps.css
new file mode 100644
index 0000000..c65b2d4
--- /dev/null
+++ b/static/css/yaroslavps.css
@@ -0,0 +1,60 @@
+html, body {
+ width: 100%;
+ min-height: 100vh;
+ background-color: #1b1e25;
+ margin: 0;
+ padding: 0;
+ font-size: 18px;
+}
+
+h1,
+h2,
+h3,
+h4,
+h5,
+h6,
+ul,
+ol,
+li,
+p {
+ color: #dedede;
+}
+
+ol,
+ul,
+li,
+a,
+p {
+ line-height: 1.3;
+ font-family: Cantarell, Verdana, sans-serif;
+}
+
+h1,
+h2,
+h3,
+h4,
+h5,
+h6 {
+ font-family: Georgia, serif;
+}
+
+a, a:visited {
+ color: #3f6e90;
+ text-decoration: none;
+}
+
+a:hover {
+ color: #81acc1;
+}
+
+.main-container {
+ display: grid;
+ grid-template-columns: 3fr 1fr;
+ max-width: 62em;
+ margin: 0 auto;
+}
+
+.header-container {
+ grid-column-start: 1;
+ grid-column-end: 3;
+}
diff --git a/static/favicon32x32.png b/static/favicon32x32.png
new file mode 100644
index 0000000..2fa4299
--- /dev/null
+++ b/static/favicon32x32.png
Binary files differ
diff --git a/static/favicon64x64.png b/static/favicon64x64.png
new file mode 100644
index 0000000..b324d29
--- /dev/null
+++ b/static/favicon64x64.png
Binary files differ