Skip to content

Commit

Permalink
Update careers page layout and styling
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay0611 committed Nov 20, 2024
1 parent 8e7e543 commit c748508
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions careers.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,19 @@
background-color: #f4f4f4;
}

header {
/* header {
background: #f76b45;
color: #fff;
padding: 20px;
text-align: center;
}
} */

h1 {
margin-bottom: 20px;
}

main {
padding: 20px;
padding: 40px 20px;
}

.job-posting {
Expand Down Expand Up @@ -793,9 +793,9 @@ <h2>Jobs in Finance</h2>
}
</script>
</section>
</main>


<style>
<style>
/* General Styles */
body {
font-family: Arial, sans-serif;
Expand Down Expand Up @@ -857,7 +857,7 @@ <h2>Jobs in Finance</h2>
/* Section Styling */
section {
font-family: Arial, sans-serif;
padding: 20px;
padding: 80px 20px 20px 20px;
background-color: #f0f4f8;
}

Expand Down Expand Up @@ -931,6 +931,7 @@ <h2>Jobs in Finance</h2>
font-weight: bold;
text-transform: uppercase;
letter-spacing: 1px;
color: white;
}

/* Table Row Hover Effects */
Expand Down

0 comments on commit c748508

Please sign in to comment.