updated ignore
parent
f19249a62a
commit
76495b8b57
|
@ -154,3 +154,4 @@ cython_debug/
|
|||
|
||||
*.json
|
||||
|
||||
html_out/
|
||||
|
|
|
@ -1,53 +0,0 @@
|
|||
|
||||
<!DOCTYPE html><html lang="en-US">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="shortcut icon" href="./data/favicon.ico">
|
||||
<link rel="icon" sizes="192x192" href="./data/icon.png">
|
||||
<title>eBay competitor price compare</title>
|
||||
<link rel="stylesheet" href="./css/w3.css">
|
||||
<style>
|
||||
body {
|
||||
background-color: #000000;
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
background-size: cover;
|
||||
}
|
||||
.holster {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
flex-flow: column nowrap;
|
||||
font-family: monospace;
|
||||
}
|
||||
.container {
|
||||
display: flex;
|
||||
overflow: auto;
|
||||
outline: 1px dashed lightgray;
|
||||
flex: none;
|
||||
}
|
||||
.container.y {
|
||||
width: 100%;
|
||||
height: 500px;
|
||||
flex-flow: column nowrap;
|
||||
}
|
||||
.y.mandatory-scroll-snapping {
|
||||
scroll-snap-type: y mandatory;
|
||||
}
|
||||
.y.proximity-scroll-snapping {
|
||||
scroll-snap-type: y proximity;
|
||||
}
|
||||
.container > .result_scroll_element {
|
||||
text-align: center;
|
||||
scroll-snap-align: center;
|
||||
flex: none;
|
||||
}
|
||||
.y.container > .result_scroll_element {
|
||||
/*line-height: 256px;*/
|
||||
font-size: 128px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
</head>
|
Loading…
Reference in New Issue