Skip to content

Commit

Permalink
Merge pull request #8 from shaharsol/style
Browse files Browse the repository at this point in the history
added chrid
  • Loading branch information
shaharsol authored Oct 15, 2024
2 parents d0bd7c3 + 1bd5b62 commit e5119ed
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 12 deletions.
5 changes: 5 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
html,
body {
display: grid;
grid-template-columns: repeat(4, 1fr);
}
27 changes: 15 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ksp</title>
</head>
<body>
<h1>KSP is not the best</h1>
<label>Email</label>
<input type="email" />
<button>Send</button>
</body>
</html>

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ksp</title>
</head>

<body>
<h1>KSP is not the best</h1>
<label>Email</label>
<input type="email" />
<button>Send</button>
</body>

</html>

0 comments on commit e5119ed

Please sign in to comment.