Skip to content

Commit

Permalink
topics
Browse files Browse the repository at this point in the history
  • Loading branch information
AnasFaaiz committed Sep 30, 2024
1 parent 8bd0c2e commit b542e7e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ <h2 id="papers-h2">Call for Papers</h2>
<section id="section-topics">

<div class="h1-wrapper"><h1>Conference Topics</h1></div>

<ul>
<li>Healthcare Data Privacy</li>
<li>Financial Fraud Detect</li>
Expand Down
5 changes: 5 additions & 0 deletions styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -456,11 +456,13 @@ section dt.visible, section dd.visible {
}
} */

/* TOPICS STARTS */
#section-topics {
text-align: center;
margin: 2rem;
border: 1px solid black;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);

}

#section-topics ul {
Expand All @@ -477,6 +479,9 @@ section dt.visible, section dd.visible {
#section-topics li:last-of-type {
margin-bottom: .25rem;
}

/* TOPICS ENDS */

/* section dt{
opacity: 0;
transform: translateX(-20px);
Expand Down

0 comments on commit b542e7e

Please sign in to comment.