Skip to content

Commit a3bf15f

Browse files
committed
Refactor: Block Chain Collage Code 0
1 parent 2b54996 commit a3bf15f

74 files changed

Lines changed: 359 additions & 248 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
p {
2+
color: rgb(255, 0, 0);
3+
}
Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<link rel="stylesheet" href="css/style.css">
7+
<title>Block Chain Collage - Code 0 | C1</title>
8+
</head>
9+
<body>
10+
<!-- this is my header -->
11+
<div><p>Hello World!</p></div>
12+
</body>
13+
</html>
14+
115
<!-- <!DOCTYPE html>
216
<html lang="en">
317
@@ -16,16 +30,3 @@
1630
</body>
1731
</html> -->
1832

19-
20-
<!DOCTYPE html>
21-
<html lang="en">
22-
<head>
23-
<meta charset="UTF-8">
24-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
25-
<title>Document</title>
26-
</head>
27-
<body>
28-
<!-- this is my header -->
29-
<div><p>hjercxrjy</p></div>
30-
</body>
31-
</html>
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta
6+
name="viewport"
7+
content="width=device-width, initial-scale=1.0"
8+
/>
9+
<link
10+
rel="stylesheet"
11+
href="style/style.css"
12+
/>
13+
<title>Block Chain Collage - Code 0 | C10</title>
14+
</head>
15+
<body>
16+
<nav id="navbar">
17+
<p class="txt">Home</p>
18+
<p class="txt">About</p>
19+
<p class="txt">Contact</p>
20+
<p class="txt">Products</p>
21+
</nav>
22+
23+
<div class="Div"></div>
24+
<div class="Div"></div>
25+
<div class="Div"></div>
26+
<div class="Div"></div>
27+
<div class="Div"></div>
28+
<script src="js/script.js"></script>
29+
</body>
30+
</html>
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>Guess The number</title>
6+
<title>Block Chain Collage - Code 0 | C11</title>
77
</head>
88
<body>
99
<h1>Guess The number!!</h1>
File renamed without changes.
File renamed without changes.

Collage Code 0/12/12.1/assets/images/4K-AI-Wallpaper-for-PC-Artistic-Landscape-2048x1152.jpg renamed to Block Chain Collage Code 0/12/12.1/assets/images/4K-AI-Wallpaper-for-PC-Artistic-Landscape-2048x1152.jpg

File renamed without changes.

0 commit comments

Comments
 (0)