Skip to content

Commit

Permalink
linear botton added
Browse files Browse the repository at this point in the history
  • Loading branch information
Farukhossain5 committed Dec 25, 2023
1 parent 5ec132f commit 32f6122
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ <h3>Beef Curry</h3>
<section class="followers-section">
<div>
<h1>1M</h1>
<p>Youtube Subscriber</p>
<article>Youtube Subscriber</article>
</div>
<div>
<h1>2.4M</h1>
<p>Instragram Followers</p>
<article>Instragram Followers</article>
</div>
<div>
<h1>900K</h1>
<p>Facebook Likes</p>
<article>Facebook Likes</article>
</div>
</section>
<footer>
Expand Down
11 changes: 9 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ margin: 0;
h1{
font-size: 55px;
color: #575757;
margin: 0;
}
p{
color: #828282;
margin-bottom: 50px;
margin-bottom: 30px;
}

.orange-btn{
background-color: orange;
background: linear-gradient(to left, orange, tomato);
padding: 10px 40px;
text-decoration: none;
color: white;
Expand Down Expand Up @@ -72,7 +73,13 @@ p{
box-shadow: 10px 10px 20px gray;
border-radius: 10px;
margin: 150px 150px 50px 150px;
padding: 50px;
}

.follower{
padding: 50px;
}

footer{
background-color: black;
color: white;
Expand Down

0 comments on commit 32f6122

Please sign in to comment.