-
Notifications
You must be signed in to change notification settings - Fork 6
Added recentpost html and both css #23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
itsashishbharti
commented
Jan 23, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
MTC
</div> | ||
<div class="lstchild"> | ||
<div class="first"> | ||
<a class="aa" href=" "> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use proper class name
<div class="box"> | ||
<span>POLITICS</span> | ||
<h2><a>The AI magically removes moving onjects from videos.</a></h2> | ||
<div class="aimg"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use proper class name
<div class="box"> | ||
<span>TRAVEL</span> | ||
<h2><a>The AI magically removes moving onjects from videos.</a></h2> | ||
<div class="aimg"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix class name
<div class="box"> | ||
<span>POLITICS</span> | ||
<h2><a>The AI magically removes moving onjects from videos.</a></h2> | ||
<div class="aimg"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix class name
<div class="box"> | ||
<span>NATURE</span> | ||
<h2><a>The AI magically removes moving onjects from videos.</a></h2> | ||
<div class="aimg"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix class name
#recentpost > div.recent > div.container > div.lstchild > div > a{ | ||
height:253.9px; | ||
width:369.99px; | ||
border-radius: 0.25rem; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use px
display: inline-block; | ||
padding: 3px 10px; | ||
border-radius: 4px; | ||
letter-spacing: .2em; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use px
border-radius: 4px; | ||
letter-spacing: .2em; | ||
font-weight: 700; | ||
font-size: .6rem; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use px
height:383.51px; | ||
width:369.99px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove .51 and .99 from height
and width
.
margin-top: 0px; | ||
margin-left: 20px; | ||
height: 136px; | ||
width: 319.99px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove .99 from width
resolve the conflicts @itsashishbharti |