diff --git a/blog.html b/blog.html index 81f6323..5baf5b1 100644 --- a/blog.html +++ b/blog.html @@ -4,7 +4,14 @@ + + + Catniped - Blog + + + + diff --git a/index.html b/index.html index c0f4f0b..e8b4cb6 100644 --- a/index.html +++ b/index.html @@ -4,13 +4,16 @@ + + + Catniped - Home - + -

mobile users begone

+

interesting quote here

i do things, check them out:


-

project list


-
- 3D printing metal blog post
- - - -
+
+
project list
+ 3D printing metal blog post
+ +

-

bottom text

diff --git a/posts/metal-3dp-journey-1.html b/posts/metal-3dp-journey-1.html index 60c1729..e20a2c6 100644 --- a/posts/metal-3dp-journey-1.html +++ b/posts/metal-3dp-journey-1.html @@ -4,6 +4,9 @@ + + + Catniped - Blog @@ -11,7 +14,7 @@ - +
-
+

the grungler / affordable powder 3DP

a cheap 3D printer utilizing the binder jetting/3DP process, which allows for printing of a huge amount of materials via proper binder/powder material combinations.



diff --git a/styles/style.css b/styles/style.css index b57731e..ed5509d 100644 --- a/styles/style.css +++ b/styles/style.css @@ -1,5 +1,23 @@ /* Common styles */ +body { + background-image: + radial-gradient(2px 2px at 20px 30px, rgb(192, 158, 232), rgba(0, 0, 0, 0)), + radial-gradient(2px 2px at 40px 70px, rgb(192, 158, 232), rgba(0,0,0,0)), + radial-gradient(2px 2px at 50px 160px, rgb(192, 158, 232), rgba(0,0,0,0)), + radial-gradient(2px 2px at 90px 40px, rgb(192, 158, 232), rgba(0,0,0,0)), + radial-gradient(2px 2px at 130px 80px, rgb(192, 158, 232), rgba(0,0,0,0)), + radial-gradient(2px 2px at 160px 120px, rgb(192, 158, 232), rgb(82, 82, 138)); + background-repeat: repeat; + background-size: 200px 200px; + overflow-x: hidden; + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + } + .title { -webkit-text-fill-color: aliceblue; font-family: Poppins; @@ -64,7 +82,6 @@ a { .navbar { width: 100%; - height: 20%; background-color: rgb(140, 74, 255); padding: 0.2vw; box-shadow:0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19); @@ -95,7 +112,6 @@ a { .post-container { width:50%; - height:40%; margin:0.1vw; padding-left: 1vw; padding-top: 0.5vw; @@ -104,7 +120,7 @@ a { background: rgb(63, 5, 188); border-style: solid; border-color: rgb(106, 108, 249); - border-radius: 25px; + border-radius: 2vw; box-shadow:0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19); display: block; diff --git a/test.html b/test.html new file mode 100644 index 0000000..acdebc8 --- /dev/null +++ b/test.html @@ -0,0 +1,34 @@ + + + Testing a starfield + + + +
+
+
+ + \ No newline at end of file