startpage changes
This commit is contained in:
BIN
NP_Custom_Templates/.DS_Store
vendored
Normal file
BIN
NP_Custom_Templates/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
NP_Startpage/.DS_Store
vendored
BIN
NP_Startpage/.DS_Store
vendored
Binary file not shown.
@ -17,7 +17,9 @@
|
|||||||
<p id="todaysDate"></p>
|
<p id="todaysDate"></p>
|
||||||
</div>
|
</div>
|
||||||
<div class="row"></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>
|
||||||
<div class="column">
|
<div class="column">
|
||||||
<div class="card">
|
<div class="card">
|
||||||
|
|||||||
@ -120,7 +120,6 @@ a:hover {
|
|||||||
box-sizing: inherit;
|
box-sizing: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Picture Styling and Layout*/
|
/* Picture Styling and Layout*/
|
||||||
.grid {
|
.grid {
|
||||||
display: grid;
|
display: grid;
|
||||||
@ -175,4 +174,14 @@ a:hover {
|
|||||||
background-size: cover;
|
background-size: cover;
|
||||||
object-fit: fill;
|
object-fit: fill;
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* You.com iFrame */
|
||||||
|
iframe {
|
||||||
|
height: 100px;
|
||||||
|
width: 500px;
|
||||||
|
margin-top: 25px;
|
||||||
|
pointer-events:all;
|
||||||
|
border: none;
|
||||||
|
background: transparent;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user