Skip to content

Commit

Permalink
intervence
Browse files Browse the repository at this point in the history
  • Loading branch information
oreytv committed Nov 1, 2024
1 parent 05c4ca9 commit 9ce1db9
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
15 changes: 14 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
sasfasfasf
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hey</title>
<link rel="stylesheet" href="style2.css">
</head>
<body>
Hi X, give me time to set this website up.
<br><br>
Remember to take a break and take a walk.
</body>
</html>
9 changes: 9 additions & 0 deletions style2.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
@font-face {
font-family: 'Asap';
src: url('fonts/asap.otf') format('opentype');
}

body {
font-family: 'Asap', sans-serif;
font-size: 220%;
}

0 comments on commit 9ce1db9

Please sign in to comment.