Oscarliu117 (Talk | contribs) |
Oscarliu117 (Talk | contribs) |
||
Line 21: | Line 21: | ||
<div data-spy="scroll" data-target="#sidelist" data-offset="0" class="scrollspy-example"> | <div data-spy="scroll" data-target="#sidelist" data-offset="0" class="scrollspy-example"> | ||
<div class="container"> | <div class="container"> | ||
+ | <h1 class="head">Integrated Human Practices</h1> | ||
<div id="list-item-1"> | <div id="list-item-1"> | ||
− | <h3> | + | <h3></h3> |
<h10>We use temperature sensor(DS18B20)�BpH meter and CO2 sensor(MG811) to monitor our | <h10>We use temperature sensor(DS18B20)�BpH meter and CO2 sensor(MG811) to monitor our | ||
device. Besides, we use LCD to print datum and use Wi-Fi sensor(ESP8266) to upload | device. Besides, we use LCD to print datum and use Wi-Fi sensor(ESP8266) to upload | ||
Line 64: | Line 65: | ||
<style> | <style> | ||
/*header*/ | /*header*/ | ||
− | .carousel-item { | + | .carousel-item { |
− | + | height: 100vh; | |
− | + | min-height: 300px; | |
− | + | background: no-repeat center center scroll; | |
− | + | -webkit-background-size: cover; | |
− | + | -moz-background-size: cover; | |
− | + | -o-background-size: cover; | |
− | + | background-size: cover; | |
− | } | + | } |
+ | |||
+ | .head { | ||
+ | color: white; | ||
+ | width: 60%; | ||
+ | font-size: 50px; | ||
+ | font-weight: 700; | ||
+ | border-bottom: 10px solid #7ae26f !important; | ||
+ | position: relative; | ||
+ | margin-top: 100px; | ||
+ | } | ||
/* paragraph content*/ | /* paragraph content*/ |
Revision as of 11:51, 10 September 2018