Math 181 Miniproject 3: Texting Lesson.md
---
My lesson Topic
===
<style>
body {
background-color: #eeeeee;
}
h1 {
color: maroon;
margin-left: 40px;
}
.gray {
margin-left: 50px ;
margin-right: 29%;
font-weight: 500;
color: #000000;
background-color: #cccccc;
border-color: #aaaaaa;
}
.blue {
display: inline-block;
margin-left: 29% ;
margin-right: 0%;
width: -webkit-calc(70% - 50px);
width: -moz-calc(70% - 50px);
width: calc(70% - 50px);
font-weight: 500;
color: #fff;
border-color: #336699;
background-color: #337799;
}
.left {
content:url("https://i.imgur.com/rUsxo7j.png");
width:50px;
border-radius: 50%;
float:left;
}
.right{
content:url("https://i.imgur.com/5ALcyl3.png"); width:50px;
border-radius: 50%;
display: inline-block;
vertical-align:top;
}
</style>
<div id="container" style=" padding: 6px;
color: #fff;
border-color: #336699;
background-color: #337799;
display: flex;
justify-content: space-between;
margin-bottom:3px;">
<div>
<i class="fa fa-envelope fa-2x"></i>
</div>
<div>
<i class="fa fa-camera fa-2x"></i>
</div>
<div>
<i class="fa fa-comments fa-2x"></i>
</div>
<div>
<i class="fa fa-address-card fa-2x" aria-hidden="true"></i>
</div>
<div>
<i class="fa fa-phone fa-2x" aria-hidden="true"></i>
</div>
<div>
<i class="fa fa-list-ul fa-2x" aria-hidden="true"></i>
</div>
<div>
<i class="fa fa-user-plus fa-2x" aria-hidden="true"></i>
</div>
</div>
<div><img class="left"/><div class="alert gray">
Hey are you busy? If you're not at work can you explain problem number 2 from the calculus Pratice exam to me?
</div></div>
<div><div class="alert blue">
Yep, ok for the 1st part he asked us for the limit definition I don't know if you remeber that formula,
$$\lim_{h \to 0}\frac{f(x+h)-f(x)}{h}$$
the second part was for us to solve a problem using the equation, I don't remember the problem so ill make one up. Hang on....
</div><img class="right"/></div>
<div><img class="left"/><div class="alert gray">
Cool. Thanks so much I was realling have a hard time, and I really want to do well on the exam.
</div></div>
<div><img class="left"/><div class="alert gray">
I feel like I understand it but I have a few areas where I seem to make small errors.
</div></div>
<div><div class="alert blue">
Not a problem I'll work the problem out on my ipad and I'll use a different color for each line so you can see the steps.
</div><img class="right"/></div>
<div><img class="left"/><div class="alert gray">
That will be awesome, Thank you so much.
</div></div>
<div><div class="alert blue">
I acutally found the pratice exam prolem and worked it out. I'll send it to you.
</div><img class="right"/></div>

<div><img class="left"/><div class="alert gray">
oh ok I think I get it now. I was making the mistake on how to insert the (x+h) and the (x)
</div></div>
<div><div class="alert blue">
Ok perfect I'm glad you get it now. Feel free to facetime me if you need more help.
</div><img class="right"/></div>
---
To submit this assignment click on the Publish button . Then copy the url of the final document and submit it in Canvas.