Oscarliu117 (Talk | contribs) |
Huiyee11186 (Talk | contribs) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 11: | Line 11: | ||
<!--Page_Content--> | <!--Page_Content--> | ||
<div class="container content"> | <div class="container content"> | ||
− | + | <div class="headstyle"> | |
+ | <h1 class="head">Thermometer DS18B20</h1> | ||
+ | </div> | ||
+ | <div class="righttitle"> | ||
+ | <h6 class="subtitle"></h6> | ||
+ | </div> | ||
<div class="navbar-example"> | <div class="navbar-example"> | ||
<div class="row"> | <div class="row"> | ||
Line 167: | Line 172: | ||
</div> | </div> | ||
− | |||
− | |||
</div> | </div> | ||
</div> | </div> | ||
Line 177: | Line 180: | ||
<style> | <style> | ||
− | |||
.head { | .head { | ||
− | width: | + | width: 60% !important; |
} | } | ||
− | |||
− | |||
.list-group-item { | .list-group-item { | ||
margin: 10px 0 !important; | margin: 10px 0 !important; | ||
Line 193: | Line 193: | ||
$(document).ready(function () { | $(document).ready(function () { | ||
$(window).scroll(function () { | $(window).scroll(function () { | ||
− | if ($(this).scrollTop() >= | + | if ($(this).scrollTop() >= 500) { |
var position = $("#sidelist").position(); | var position = $("#sidelist").position(); | ||
if (position == undefined) {} else { | if (position == undefined) {} else { |
Latest revision as of 21:31, 17 October 2018
Thermometer DS18B20