summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorRasmus Luha <rasmus.luha@gmail.com>2022-09-17 02:25:42 +0300
committerRasmus Luha <rasmus.luha@gmail.com>2022-09-17 02:25:42 +0300
commita2dc5f37b280c9f7f304888446fef0cf975ae041 (patch)
treea224f7cd8f610a70c6f5e5ef234c534d59284d32 /static
parenta95406fdbe26a378c7e7581293cecbabfba6ce8e (diff)
some index changes
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css14
-rw-r--r--static/img/gif/1.gifbin0 -> 1116366 bytes
-rw-r--r--static/img/gif/2.gifbin0 -> 26996465 bytes
3 files changed, 12 insertions, 2 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 5108be4..e650c7d 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -2,6 +2,7 @@ body{
max-width: 900px;
margin: auto;
background-color: #E1D9D1;
+ font-size: 1.1rem;
}
nav {
margin-top: 10px;
@@ -60,17 +61,26 @@ footer{
.index-content{
height: 500px;
display: flex;
+ border: 2px solid white;
}
+/* Right */
.right{
height: 500px;
width: 60%;
- background: blue;
+ border-right: 2px solid white;
}
+.right h3{
+ text-algin: center;
+}
+
+/* Left */
.left{
height: 500px;
width: 40%;
- background: green;
}
+.left figure img{
+ width: 100%;
+}
diff --git a/static/img/gif/1.gif b/static/img/gif/1.gif
new file mode 100644
index 0000000..a55bfe5
--- /dev/null
+++ b/static/img/gif/1.gif
Binary files differ
diff --git a/static/img/gif/2.gif b/static/img/gif/2.gif
new file mode 100644
index 0000000..153e829
--- /dev/null
+++ b/static/img/gif/2.gif
Binary files differ