Skip to content

Commit 1190f65

Browse files
author
Riya H
authored
Update index.html
1 parent 381fbcd commit 1190f65

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

index.html

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>Python Repository | Riya h</title>
77
<link href="https://fonts.googleapis.com/css2?family=Silkscreen:wght@700&display=swap" rel="stylesheet">
8-
98
<style>
109
body {
1110
margin: 0;
@@ -29,15 +28,16 @@
2928
height: 100%;
3029
background: repeating-linear-gradient(
3130
to bottom,
32-
rgba(255, 140, 0, 0.1) 0px,
33-
rgba(255, 140, 0, 0.1) 2px,
31+
rgba(255, 140, 0, 0.22) 0px,
32+
rgba(255, 140, 0, 0.22) 2px,
3433
transparent 2px,
3534
transparent 4px
3635
);
3736
animation: moveScanlines 6s linear infinite;
3837
z-index: 0;
3938
pointer-events: none;
4039
}
40+
4141
@keyframes moveScanlines {
4242
from { background-position-y: 0; }
4343
to { background-position-y: -100px; }
@@ -68,6 +68,7 @@
6868
transform: scale(1);
6969
position: relative;
7070
}
71+
7172
.box:hover {
7273
transform: scale(1.03);
7374
box-shadow: 0 0 25px white;
@@ -78,15 +79,18 @@
7879
margin-top: 0;
7980
font-size: 24px;
8081
}
82+
8183
p, li {
8284
font-size: 20px;
8385
line-height: 1.6;
8486
}
87+
8588
a {
8689
color: #ffb84d;
8790
text-decoration: none;
8891
transition: color 0.3s ease;
8992
}
93+
9094
a:hover {
9195
text-decoration: underline;
9296
color: white;
@@ -100,25 +104,30 @@
100104
display: inline-block;
101105
font-size: 18px;
102106
}
107+
103108
pre {
104109
background-color: #222;
105110
border-left: 3px solid orange;
106111
padding: 10px;
107112
overflow-x: auto;
108113
}
114+
109115
img {
110116
display: block;
111117
margin: 10px auto;
112118
border-radius: 8px;
113119
}
120+
114121
ul {
115122
list-style-type: none;
116123
padding-left: 0;
117124
}
125+
118126
ul li::before {
119127
content: "➜ ";
120128
color: orange;
121129
}
130+
122131
ol {
123132
padding-left: 20px;
124133
}
@@ -128,7 +137,7 @@
128137
<body>
129138
<div class="scanlines"></div>
130139

131-
<h1><span style="font-family: Arial;"><b>##</b></span> Python Repository <span style="font-family: Arial;">##</span></h1>
140+
<h1><span style="font-family: Arial;"><b># #</b></span> Python Repository <span style="font-family: Arial;"># #</span></h1>
132141

133142
<div class="box">
134143
<h2>🐍 Python Overview</h2>
@@ -169,6 +178,5 @@ <h2>🧩 Steps to Clone and Run this Repository</h2>
169178
</li>
170179
</ol>
171180
</div>
172-
173181
</body>
174182
</html>

0 commit comments

Comments
 (0)