diff --git a/blog/index.html b/blog/index.html index 5569ad3..c059bbc 100644 --- a/blog/index.html +++ b/blog/index.html @@ -242,8 +242,13 @@

dangrubb.net is fully functional and operating at 18% of potential. When Blog updates are posted, this score will increase to 19%.

+

+
+ Cannot Connect +
+ - + \ No newline at end of file diff --git a/blog/src/img/CannotConnect.JPEG b/blog/src/img/CannotConnect.JPEG new file mode 100644 index 0000000..50724c2 Binary files /dev/null and b/blog/src/img/CannotConnect.JPEG differ diff --git a/blog/style.css b/blog/style.css index 4568147..4c84545 100644 --- a/blog/style.css +++ b/blog/style.css @@ -208,4 +208,15 @@ a:focus-visible { .column + .column { color: #aa95bd; +} + +.img-container { + display: flex; + justify-content: center; + align-items: center; +} + +.viewport-image { + height: 40vh; /* 60% of the viewport height */ + width: auto; /* Maintain aspect ratio */ } \ No newline at end of file