-
Notifications
You must be signed in to change notification settings - Fork 6
Added posthighlightssection-I html And both css #22
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?
Added posthighlightssection-I html And both css #22
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
blogs/01/styles/section.css
Outdated
} | ||
|
||
div.topicsection > .container > div{ | ||
width: 399.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, use width=399px
or width=400px
blogs/01/styles/section.css
Outdated
|
||
div.topicsection > .container > div.first > a , div.third > a { | ||
height: 200px; | ||
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.
fix width.
blogs/01/styles/section.css
Outdated
|
||
div.topicsection > .container > div.second > a { | ||
height: 430px; | ||
width: 399.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.
fix width .
blogs/01/styles/section.css
Outdated
color: var(--h2text-color); | ||
font-size: 18px; | ||
font-weight: 350; | ||
line-height: 1.5rem; |
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 line-height=24px
blogs/01/styles/section.css
Outdated
color: var(--h2text-color); | ||
font-size: 18px; | ||
font-weight: 350; | ||
line-height: 1.5rem; |
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.
blogs/01/styles/section.css
Outdated
|
||
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.
blogs/01/styles/section.css
Outdated
div.topicsection > .container > div.second > a > div > div{ | ||
display: inline-block; | ||
|
||
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
blogs/01/styles/section.css
Outdated
color:var(--h2text-color); | ||
font-size: 18px; | ||
font-weight: 350; | ||
line-height: 1.5rem; |
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
|
||
|
||
<div class="list"> | ||
|
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.
missing indentation
resolve the conflicts @itsashishbharti |