Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Gallary-section/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<li><a class="nav-link" href="../placement.html">Placements</a></li>
<li><a class="nav-link" href="../contact.html">Contacts</a></li>
<li><a class="nav-link" href="../syllabus.html">Syllabus</a></li>
<li><a class="nav-link" href="../event.html">Events</a></li>

<li>
<form id="search-form" action="#" method="GET">
Expand Down
10 changes: 8 additions & 2 deletions Gallary-section/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,20 @@ body::-webkit-scrollbar-thumb {
box-shadow: 0px 0px 4px black;
}

.navbar .logo{
display: flex;
align-items: center;
}
.navbar .logo img {
margin-top: 25px;
margin-left: 30px;
}

.navbar {
height: 88px;
min-width: 99.35vw;
/* height: 88px; */
/* min-width: 99.35vw; */
height: 100%;
width: 100%;
margin: -15px 0 0 -1px;
background: #131C2B;
display: flex;
Expand Down
26 changes: 15 additions & 11 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,21 +57,24 @@ body::-webkit-scrollbar-thumb {
.box {
box-shadow: 0px 0px 4px black;
}

.navbar .logo{
display: flex;
align-items: center;
}
.navbar .logo img {
margin-top: 25px;
margin-left: 30px;
}

.navbar {
height: 88px;
height: 100%;
min-width: 100vw;
margin: -25px 0 0 0;
background: #131C2B;
display: flex;
justify-content: space-around;
align-items: normal;
position: absolute;
position: relative;
left: 0;
}

Expand Down Expand Up @@ -146,12 +149,18 @@ p {

.container {
max-width: 1300px;
margin: auto;
/* margin: auto; */
padding-bottom: 50px;
padding-left: 25px;
padding-right: 25px;
/* padding-left: 25px;
padding-right: 25px; */

text-align: center;
/* padding: 15px; */
margin-bottom: 50px;
}



.row-header,
.row-footer {
display: flex;
Expand Down Expand Up @@ -952,11 +961,6 @@ body.dark-mode .project-card {
padding-top: 20px;
}

.container {
/* text-align: center; */
padding: 15px;
margin-bottom: 50px;
}

h3 {
font-size: 24px;
Expand Down
2 changes: 1 addition & 1 deletion syllabus.css
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ h1 {
margin-left: .8rem;
margin-top: 0;
cursor: pointer;
position: absolute;
position: relative;
color: orangered;
transition: all .25s ease-in;
border-radius: 1.5rem;
Expand Down
2 changes: 1 addition & 1 deletion syllabus.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
</div>
<div class="top-container" style="background: radial-gradient(#fff, rgb(255, 191, 191));">
<div class="row-header" style="overflow: hidden; position: relative;">
<img class="syllabus" src="./images/syllabus/syllabus.png" style="opacity: 0.1; position: absolute; left: 50px; top: -90px; width: 90%; height: auto; object-fit: cover;">
<img class="syllabus" src="./images/syllabus/syllabus.png" style="opacity: 0.1; left: 50px; top: -90px; width: 90%; height: auto; object-fit: cover;">
<!-- <div style="overflow: hidden; position: relative;"> -->
<div class="para" style="position: relative;">
<h1>Syllabus Of <br> Different Colleges</h1>
Expand Down