Skip to content

Commit 36082c2

Browse files
author
Ogbemi mene
committed
changes to the title alignment
1 parent e4b27d0 commit 36082c2

2 files changed

Lines changed: 9 additions & 17 deletions

File tree

Wireframe/index.html

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Wireframe - Exploring the Basics of Web Design</title>
77
<meta name="description" content="An interactive engineering wireframe exploring fundamental web application building principles, README documentation structures, design mockups, and advanced Git version control branch strategies.">
8-
<link rel="stylesheet" href="Untitled-1.css">
8+
<link rel="stylesheet" href="style (2).css">
99
</head>
1010
<body>
1111

@@ -19,9 +19,7 @@ <h2>Exploring the Basics of Web Design</h2>
1919
<div class="image-wrapper">
2020
<img
2121
src="https://images.unsplash.com/photo-1555066931-4365d14bab8c?auto=format&fit=crop&w=600&q=80"
22-
alt="An enterprise monitor display presenting bright development programming code"
23-
width="600"
24-
height="400">
22+
alt="An enterprise monitor display presenting bright development programming code" >
2523
</div>
2624
<div class="card-content">
2725
<h3>Purpose of a README File</h3>
@@ -41,10 +39,7 @@ <h3>Purpose of a README File</h3>
4139
<div class="image-wrapper">
4240
<img
4341
src="https://images.unsplash.com/photo-1516035069371-29a1b244cc32?auto=format&fit=crop&w=600&q=80"
44-
alt="A clean DSLR camera lens reflecting a sprawling modern city silhouette"
45-
width="600"
46-
height="400"
47-
loading="lazy">
42+
alt="A clean DSLR camera lens reflecting a sprawling modern city silhouette" >
4843
</div>
4944
<div class="card-content">
5045
<h3>Purpose of a Wireframe</h3>
@@ -59,14 +54,11 @@ <h3>Purpose of a Wireframe</h3>
5954
</div>
6055
</article>
6156

62-
<article class="card portrait-card">
57+
<article class="card landscape-card">
6358
<div class="image-wrapper">
6459
<img
6560
src="https://images.unsplash.com/photo-1497366216548-37526070297c?auto=format&fit=crop&w=1200&q=80"
66-
alt="Bright spacious contemporary office hallway layout interior architecture"
67-
width="600"
68-
height="400"
69-
loading="lazy">
61+
alt="Bright spacious contemporary office hallway layout interior architecture" >
7062
</div>
7163
<div class="card-content">
7264
<h3>What Is a Branch in Git?</h3>
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ body {
99
font-family: 'Georgia', serif;
1010
background-color: #f7f4eb;
1111
color: #1a1a1a;
12-
/* WCAG AA High Contrast Compliant */
12+
1313
display: flex;
1414
flex-direction: column;
1515
min-height: 100vh;
1616
padding: 40px 20px 100px 20px;
17-
/* Base padding offsets fixed footer footprint */
17+
1818
}
1919

2020
.page-header {
@@ -137,7 +137,7 @@ body {
137137
bottom: 0;
138138
left: 0;
139139
width: 100%;
140-
background-color: #f7f4eb;
140+
background-color: rgb(247, 245, 236);
141141
text-align: center;
142142
padding: 20px 0;
143143
box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.05);
@@ -147,7 +147,7 @@ body {
147147
.page-footer p {
148148
font-family: 'Arial', sans-serif;
149149
font-size: 0.85rem;
150-
color: #555555;
150+
color: rgb(85, 85, 85);
151151
font-weight: bold;
152152
}
153153

0 commit comments

Comments
 (0)