startpage changes

This commit is contained in:
Norm Rasmussen
2022-05-12 17:09:08 -04:00
parent d500cbc447
commit cedd9aaef0
5 changed files with 13 additions and 2 deletions

BIN
.DS_Store vendored

Binary file not shown.

BIN
NP_Custom_Templates/.DS_Store vendored Normal file

Binary file not shown.

BIN
NP_Startpage/.DS_Store vendored

Binary file not shown.

View File

@ -17,7 +17,9 @@
<p id="todaysDate"></p>
</div>
<div class="row"></div>
<div class="grid" id="grid">
<div class="grid" id="grid"></div>
<div class="row" style="display: flex; align-items: center; justify-content:center">
<iframe scrolling="no" src="https://www.you.com" title="You Search bar"></iframe>
</div>
<div class="column">
<div class="card">

View File

@ -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;
}