Skip to content

Commit 95b64f4

Browse files
committed
Edit index.html styles.css
1 parent 79b5393 commit 95b64f4

File tree

2 files changed

+32
-33
lines changed

2 files changed

+32
-33
lines changed

index.html

+28-27
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,36 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head><meta charset="UTF-8">
4-
<h1>Pepes HTML Majik</h1>
5-
<link rel="stylesheet" href="styles.css">
6-
</head>
3+
<head>
4+
<meta charset="UTF-8">
5+
<link rel="stylesheet" href="styles.css">
6+
</head>
77
<body>
8+
<h1>Pepes HTML Majik</h1>
89
<h2><i>Hello, world!</i></h2>
9-
<img src="./images/pepemanuel.png">
10-
<p>It's your fren Pepe here. Guess what?</p>
11-
<p><i>Pepes learning to code!</i></p>
12-
<p><i>I mean <b>for real!</b></i></p>
10+
<img src="./images/pepemanuel.png">
11+
<p>It's your fren Pepe here. Guess what?</p>
12+
<p><i>Pepes learning to code!</i></p>
13+
<p><i>I mean <b>for real!</b></i></p>
1314
<h3>WHY?</h3>
14-
<div style="font-size: 20px;">
15-
<ol>
16-
<li>Because he can</li>
17-
<li>Because he's that dude</li>
18-
<li>AND because <a href="https://github.com/pepemanuel62" target="_blank" rel="noopener noreferrer">Pepe</a> dont give af! lmao!</li>
19-
</ol>
20-
</div>
21-
15+
<div style="font-size: 20px;">
16+
<ol>
17+
<li>Because he can</li>
18+
<li>Because he's that dude</li>
19+
<li>AND because <a href="https://github.com/pepemanuel62" target="_blank" rel="noopener noreferrer">Pepe</a> dont give af! lmao!</li>
20+
</ol>
21+
</div>
22+
2223
<h2><i><b>WAIT!! STAHPPP!!</b></i></h2>
23-
<p>Before ol' Pepe can let you go any further, he needs your consent because Pepe aint gonna be liable for any</p>
24-
<p>sorta mental damage that happens as a result of browsing his site. ok? ok</p>
25-
<p>He just needs a little info and for you to agree that he won't be held</p>
26-
<p>liable should you blow an o-ring in your medulla oblongata or worse.</p>
27-
<p>So kindly put your John Hancock in the form below and check ze box</p>
28-
<input type="text">
29-
<p>By checking this box I agree to all of the above:</p>
30-
<input type="checkbox">
31-
<script>
32-
alert('Shadilay Fren!')
33-
</script>
24+
<p>Before ol' Pepe can let you go any further, he needs your consent because Pepe aint gonna be liable for any</p>
25+
<p>sorta mental damage that happens as a result of browsing his site. ok? ok</p>
26+
<p>He just needs a little info and for you to agree that he won't be held</p>
27+
<p>liable should you blow an o-ring in your medulla oblongata or worse.</p>
28+
<p>So kindly put your John Hancock in the form below and check ze box</p>
29+
<input type="text">
30+
<p>By checking this box I agree to all of the above:</p>
31+
<input type="checkbox">
32+
<script>
33+
alert('Shadilay Fren')
34+
</script>
3435
</body>
3536
</html>

styles.css

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
2-
3-
4-
51
* {
62
color:#077605
73
}
84

95
p {
10-
font-size: 20px;
11-
}
6+
font-size: 20px; font-family: "Comic Ssns MS", cursive, sans-serif;
7+
line-height: 1em;
8+
}
9+

0 commit comments

Comments
 (0)