Skip to content

Commit 44c43cf

Browse files
author
Riya H
authored
Update index.html
1 parent db0a811 commit 44c43cf

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

index.html

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -116,20 +116,20 @@
116116
display: block;
117117
margin: 10px auto;
118118
border-radius: 8px;
119+
height: 100px; width: auto;
119120
}
120121

121122
ul {
122123
list-style-type: none;
123-
padding-left: 0;
124+
padding: 10px;
124125
}
125-
126126
ul li::before {
127-
content: " ";
127+
content: ">> ";
128128
color: orange;
129+
font-weight: bold;
129130
}
130-
131131
ol {
132-
padding-left: 20px;
132+
padding-left: 40px;
133133
}
134134
</style>
135135
</head>
@@ -167,14 +167,15 @@ <h2>📁 Sub-folders</h2>
167167
<div class="box">
168168
<h2>🧩 Steps to Clone and Run this Repository</h2>
169169
<ol>
170-
<li>Run the git clone command to make a copy of this repository on your local machine:
170+
<li>Run the git clone command in Terminal to make a copy of this repository on your local machine:
171171
<pre><code>git clone https://github.com/rh3nium/Python</code></pre>
172172
</li>
173173
<li>Navigate to the folder:
174174
<pre><code>cd Python</code></pre>
175175
</li>
176-
<li>Run any Python script using:
176+
<li>Run any Python script in the Terminal using:
177177
<pre><code>python3 filename.py</code></pre>
178+
<i>(Replace filename.py with the actual name of the file.)</i>
178179
</li>
179180
</ol>
180181
</div>

0 commit comments

Comments
 (0)