Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap" rel="stylesheet">
<title>Huddle</title>
</head>
<body>
Expand All @@ -18,7 +21,8 @@
<img src="./image/illustration-mockups.svg" alt="image">
</div>
<div class="header-text">
<h1> Build The Community Your Fans Will Love</h1>
<h1> Build The Community Your Fans Will Love and Make them Stick with you Forever</h1>
<!-- <h1>Lorem ipsum dolor sit amet consectetur adipisicing.</h1> -->
<p>
Huddle re-imagines the way we build communities. You have a voice, but so does your audience.
Create connections with your users as you engage in genuine discussion.
Expand Down
3 changes: 2 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

body {
background-color: hsl(257, 40%, 49%);
/* background-color: red; */
background-image: url(/week-6/image/bg-desktop.svg);
min-height: 100vh;
}
Expand Down Expand Up @@ -44,4 +45,4 @@ body {
background-color: white;
padding: 0.8rem 4rem;
border-radius: 1.5rem;
}
}