diff --git a/.DS_Store b/.DS_Store index 5008ddfc..d646655f 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/NP_Custom_Templates/.DS_Store b/NP_Custom_Templates/.DS_Store new file mode 100644 index 00000000..eab22e07 Binary files /dev/null and b/NP_Custom_Templates/.DS_Store differ diff --git a/NP_Startpage/.DS_Store b/NP_Startpage/.DS_Store index 5008ddfc..13ed84b9 100644 Binary files a/NP_Startpage/.DS_Store and b/NP_Startpage/.DS_Store differ diff --git a/NP_Startpage/index.html b/NP_Startpage/index.html index 4bf9cac0..acec9b4b 100644 --- a/NP_Startpage/index.html +++ b/NP_Startpage/index.html @@ -17,7 +17,9 @@

-
+
+
+
diff --git a/NP_Startpage/style.css b/NP_Startpage/style.css index 5062ee9a..0d6c82af 100644 --- a/NP_Startpage/style.css +++ b/NP_Startpage/style.css @@ -120,7 +120,6 @@ a:hover { box-sizing: inherit; } - /* Picture Styling and Layout*/ .grid { display: grid; @@ -175,4 +174,14 @@ a:hover { background-size: cover; object-fit: fill; max-height: 100%; +} + +/* You.com iFrame */ +iframe { + height: 100px; + width: 500px; + margin-top: 25px; + pointer-events:all; + border: none; + background: transparent; } \ No newline at end of file