Compare commits
No commits in common. "636fa83478416338c8c49ae19ebd7d486350c04a" and "c7b089f7183684951189757f3d099ad241989b0f" have entirely different histories.
636fa83478
...
c7b089f718
Binary file not shown.
Before Width: | Height: | Size: 26 KiB |
@ -1,57 +0,0 @@
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
height: 100vh;
|
||||
|
||||
padding: 5em;
|
||||
padding-left: auto;
|
||||
padding-right: auto;
|
||||
background-color: pink;
|
||||
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.search-grid {
|
||||
margin-top: -10em;
|
||||
|
||||
width: 40em;
|
||||
height: 30em;
|
||||
|
||||
display: grid;
|
||||
gap: 5em;
|
||||
|
||||
grid-template-rows: 10em 4em;
|
||||
}
|
||||
|
||||
.search {
|
||||
grid-row: 2;
|
||||
grid-column: 1 / span 2;
|
||||
}
|
||||
|
||||
.search-logo {
|
||||
grid-row: 1;
|
||||
height: 100%;
|
||||
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
|
||||
color: black;
|
||||
}
|
||||
|
||||
.search-logo img {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.grid-item {
|
||||
background-color: lightblue;
|
||||
|
||||
padding: 1em;
|
||||
border-radius: .5em;
|
||||
}
|
@ -1,20 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>NewTab</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="assets/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<form class="search-grid" action="https://duckduckgo.com/">
|
||||
<div class="search-logo">
|
||||
<img als="girl_juice" src="assets/girl_juice.png" />
|
||||
<h2>GirlJuice.Inject()</h2>
|
||||
<img als="girl_juice" src="assets/girl_juice.png" />
|
||||
</div>
|
||||
<input name="q" type="text" class="grid-item" class="search" placeholder="Search DuckDuckGo :3 :3 :3" />
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user