Skip to content

Commit

Permalink
Merge pull request #8 from BhathiyaTK/master
Browse files Browse the repository at this point in the history
#2 solved
  • Loading branch information
srinivasharsha authored Oct 25, 2018
2 parents b44952c + 88f2e5d commit 7dd04f8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
}

.carousel-caption p {
margin-left: 270px;
text-align: center;
}
@media (max-width: 300px) {
Expand Down Expand Up @@ -223,23 +222,20 @@ <h1>title or caption here</h1>
<div class="item active">
<img src="./website_files/home1.png">
<div class="carousel-caption">

<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit</p>
</div>
</div>

<div class="item">
<img src="./website_files/home2.png">
<div class="carousel-caption">

<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit</p>
</div>
</div>

<div class="item">
<img src="./website_files/home3.png">
<div class="carousel-caption">

<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit</p>
</div>
</div>
Expand Down

0 comments on commit 7dd04f8

Please sign in to comment.