Skip to content

Commit a80946c

Browse files
removed uneeded paragraphs and corrected the css
1 parent 3904f86 commit a80946c

6 files changed

Lines changed: 3 additions & 17 deletions

File tree

Wireframe/README.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
--container: 1280px;
88
}
99

10-
h1,
11-
header p
12-
{
10+
h1{
1311
text-align: center;
1412
}
1513

Wireframe/README.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
<body>
1010
<header>
1111
<h1>README Files</h1>
12-
<p>
13-
An of article to helping you understand README Files
14-
</p>
1512
</header>
1613
<main>
1714
<article>

Wireframe/branch.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
--container: 1280px;
88
}
99

10-
h1,
11-
header p
10+
h1
1211
{
1312
text-align: center;
1413
}

Wireframe/branch.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
<body>
1010
<header>
1111
<h1>Git Branches</h1>
12-
<p>
13-
An article delving into Git Branches
14-
</p>
1512
</header>
1613
<main>
1714
<article>

Wireframe/wireframe.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
--container: 1280px;
88
}
99

10-
h1,
11-
header p
12-
{
10+
h1{
1311
text-align: center;
1412
}
1513

Wireframe/wireframe.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
<body>
1010
<header>
1111
<h1>Wireframes</h1>
12-
<p>
13-
An article that delves into wireframes
14-
</p>
1512
</header>
1613
<main>
1714
<article>

0 commit comments

Comments
 (0)