Skip to content

Commit

Permalink
fix navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
LovelySehotra12 committed Nov 7, 2024
1 parent cb6c42d commit 59c76d5
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 9 deletions.
2 changes: 1 addition & 1 deletion css/leadership.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ main{
max-inline-size: 1280px;
inline-size: 90vw;
margin-inline: auto;
margin-block-start: 220px;
padding-block-start: 220px;
}
header{
text-align: center;
Expand Down
9 changes: 8 additions & 1 deletion css/plantandmachinery.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ main {
max-inline-size: 1280px;
inline-size: 90vw;
margin-inline: auto;
margin-block-start: 220px;
padding-block-start: 220px;
}

header {
Expand Down Expand Up @@ -44,4 +44,11 @@ header {

.all-cards .number-card p {
/* font-size: 1rem; */
}
.number-card{
padding: 10px;
}
:target{
border: 2px solid #2c2c2d;
border-radius: 10px;
}
2 changes: 1 addition & 1 deletion leadership.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<title>Leadership</title>
</head>
<body>
<body> <navbar-component></navbar-component>
<main>
<header>

Expand Down
14 changes: 8 additions & 6 deletions plant-and-machinery.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@
href="https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap"
rel="stylesheet"
/>
<link href="./css/plantandmachinery.css" rel="stylesheet" />
<link rel="stylesheet" href="./css/plantandmachinery.css" />
<link rel="stylesheet" href="./css/style.css" />
<title>PLANT AND MACHINERY</title>
</head>

<body>
<navbar-component></navbar-component>
<main>
<header>
<heading-component text="PLANT & MACHINERY" size="72"
Expand All @@ -25,11 +27,11 @@
<heading-component text="Numbers" size="50" sizeMobile="30" animate></heading-component>
<div class="spacer" aria-hidden="true"></div>
<div class="all-cards">
<div class="number-card">
<div class="number-card" id="tower-crane">
<h1>7</h1>
<p>Tower Crane(Fixed)55x55 mtr</p>
</div>
<div class="number-card">
<div class="number-card" id="jcb">
<h1>2</h1>
<p>JCB 3DX</p>
</div>
Expand All @@ -41,19 +43,19 @@ <h1>4</h1>
<h1>3</h1>
<p>Baby Tandom Roller</p>
</div>
<div class="number-card">
<div class="number-card" id="dg-sets">
<h1>6</h1>
<p>DG Sets 82.5 KVA</p>
</div>
<div class="number-card">
<h1>7</h1>
<p>DG Sets 125 KVA</p>
</div>
<div class="number-card">
<div class="number-card" id="batching-plant">
<h1>5</h1>
<p>Batching Plant (30 Cum / Hours)</p>
</div>
<div class="number-card">
<div class="number-card" id="concrete-pump">
<h1>8</h1>
<p>Concrete Pump</p>
</div>
Expand Down

0 comments on commit 59c76d5

Please sign in to comment.