Skip to content

Commit cf64130

Browse files
committed
style classes
1 parent d47ec1b commit cf64130

1 file changed

Lines changed: 17 additions & 21 deletions

File tree

Wireframe/readMe.html

Lines changed: 17 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Document</title>
6+
<title>Sprint1 Version Control</title>
7+
<link rel="stylesheet" href="readme.css">
78
</head>
89
<body>
910
<head>
1011
<h1>README FILE</h1>
11-
<p>What is the Purpose of a ReadMe</p>
12+
<p class="description">What is the Purpose of a ReadMe</p>
1213
</head>
1314

14-
<section>
15+
<section class="readme">
1516
<h2>Introduction</h2>
1617
<p>
1718
According to wikipedia, a A README file contains descriptive information
@@ -41,7 +42,7 @@ <h2>The Purpose of ReadMe</h2>
4142
</p>
4243
</summary>
4344
</section>
44-
<section>
45+
<section class="wireframe">
4546
<article>
4647
<h2>What is the Purpose of Wireframes</h2>
4748
<p>
@@ -61,36 +62,31 @@ <h2>What is the Purpose of Wireframes</h2>
6162
</article>
6263
</section>
6364

64-
<section>
65+
<section class="branch">
6566

6667
<article>
6768

6869
<h2> What is Branch in Git </h2>
6970

70-
<p> A Git branch is a separate workspace used to make changes without affecting the main project. Once the work is complete, the changes can be merged back into the main or master branch.
71-
72-
Branches make it easy to:
73-
<ul>
74-
75-
<li>
76-
Manage different tasks or features independently
77-
</li>
78-
<li>
79-
Test changes without affecting live code
80-
</li>
81-
<li>
82-
Collaborate with others efficiently
83-
</li>
84-
</ul>
71+
<p> A Git branch is a separate workspace used to make changes without affecting the main project. Once the work is complete,
72+
the changes can be merged back into the main or master branch.
73+
Branches make it easy to:
74+
<ul>
75+
<li> Manage different tasks or features independently </li>
76+
<li>Test changes without affecting live code</li>
77+
<li> Collaborate with others efficiently</li>
78+
</ul>
8579
</p>
8680
</article>
8781
<summary>
8882
Without branching developers will not have the flexibility of making changes and contributing to the main branch after a pull request
8983
</summary>
9084
</section>
9185

86+
<h3>Additional resources and links</h3>
87+
9288
<footer>
93-
Additional resources and links
89+
9490
<p>
9591
For more resources on README please follow the
9692
<a

0 commit comments

Comments
 (0)