Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project #3938

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Project #3938

Changes from 1 commit
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
Prev Previous commit
Next Next commit
changes1
Rozpls committed Jan 10, 2025
commit 028f189437cc66d096101bd2b0f2ec497e92c230
148 changes: 6 additions & 142 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,144 +1,8 @@
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f4f4f4;
}

header {
background-color: #333;
color: #fff;
padding: 20px 0;
display: flex;
justify-content: space-between;
align-items: center;
}

header div {
display: flex;
align-items: center;
}

header img.blackHeart {
width: 20px;
margin-right: 10px;
}

header nav ul {
list-style: none;
display: flex;
margin: 0;
padding: 0;
}

header nav ul li {
margin: 0 15px;
}

header nav ul li a {
color: #fff;
text-decoration: none;
}

header form {
display: flex;
align-items: center;
}

header form input[type="text"] {
padding: 5px;
margin-right: 10px;
}

header form button {
padding: 5px 10px;
background-color: #007bff;
color: #fff;
border: none;
cursor: pointer;
}

header button {
padding: 5px 10px;
margin-left: 10px;
background-color: #007bff;
color: #fff;
border: none;
cursor: pointer;
}

#section1 {
text-align: center;
padding: 50px 20px;
background-color: #fff;
}
@import url('https://fonts.googleapis.com/css?family=Poppins');

#section1 h1 {
font-size: 2.5em;
margin-bottom: 20px;
}

#section1 article {
font-size: 1.2em;
margin-bottom: 30px;
}

#section1 div button {
padding: 10px 20px;
margin: 0 10px;
background-color: #007bff;
color: #fff;
border: none;
cursor: pointer;
}

#section2 {
text-align: center;
padding: 50px 20px;
background-color: #e9ecef;
}

#section2 h2 {
font-size: 2em;
margin-bottom: 20px;
}

#section2 article {
font-size: 1.2em;
}

#section3 {
display: flex;
justify-content: space-around;
padding: 50px 20px;
background-color: #fff;
}

#section3 div {
text-align: center;
max-width: 200px;
}

#section3 img {
width: 100%;
height: auto;
margin-bottom: 20px;
}

#section3 h3 {
font-size: 1.5em;
margin-bottom: 10px;
}

#section3 p {
font-size: 1em;
margin-bottom: 20px;
}

#section3 button {
padding: 10px 20px;
background-color: #007bff;
color: #fff;
border: none;
cursor: pointer;
body {
font-family: 'Poppins';
margin: 0;
padding: 0;
background-color: #f4f4f4;
}