Skip to content

Commit

Permalink
Merge pull request vishanurag#789 from swathivemula7/blog_cards
Browse files Browse the repository at this point in the history
Removed duplicate cards in blogs page and also made the heading visible
  • Loading branch information
vishanurag authored Oct 21, 2024
2 parents 12e0e8c + 02bdb46 commit 509bd0c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 47 deletions.
47 changes: 0 additions & 47 deletions Blog_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -211,53 +211,6 @@ <h2>Latest Blog</h2>
<p>recent blogs about art & design</p>
</div>

<div class = "">
<div class="contain">
<div class="card-container">
<div class="card">
<span>20 January, 2020</span>
<h2 style="font-size: 23px;">Organizing the environment for productive work</h2>
<p>Organizing the work place is very much important as it gives you the motivation to work for longer duration.</p>
<a href = "#" style="position: relative; top: 40px;">Read More</a>
</div>

<div class="card">
<span>05 October, 2024</span>
<h2>Enhancing Creativity by Drawing</h2>
<p>We can able to enhance our creativity only when we can able to visualize things properly and draw it.</p>
<a href = "#">Read More</a>
</div>

<div class="card">
<span>05 October, 2024</span>
<h2>Organizing other household stuffs</h2>
<p>Beside work we also have to organize our other household item to make house neat and clean.</p>
<a href = "#" style="top: 95px;">Read More</a>
</div>
</div>
<div class="card-container">
<div class="card">
<span>05 October, 2024</span>
<h2>Spreading greenery in house</h2>
<p>Green plants spread greenery and make us feel fresh during through the day.</p>
<a href = "#">Read More</a>
</div>

<div class="card">
<span>05 October, 2024</span>
<h2>Organizing the bed</h2>
<p>This is a very good habit of organizing the bed after waking up.</p>
<a href = "#" style="top: 100px;">Read More</a>
</div>

<div class="card">
<span>05 October, 2024</span>
<h2>Exploring creative fields</h2>
<p>Art is something which helps us to be creative, so it's necessary to explore more and learn.</p>
<a href = "#" style="top: 100px;">Read More</a>
</div>
</div>
</div>
<div class = "blog-content">

<div class = "blog-item">
Expand Down
5 changes: 5 additions & 0 deletions src/Styles/Style_Blog_page.css
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,17 @@ header{
padding: 1rem 0;
}
.title h2{
color: #2b2b2b;
font-family: var(--Playfair);
font-size: 2.4rem;
}
.title p{
color: #2b2b2b;
text-transform: uppercase;
padding: 0.6rem 0;
margin-top: 7px;
font-size: 1.3rem;
margin-left: 20px;
}
.design-content{
margin: 2rem 0;
Expand Down

0 comments on commit 509bd0c

Please sign in to comment.