Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob22092 authored Jun 2, 2024
1 parent 9686189 commit e5d45db
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* Wyrównane style dla lepszej wydajności */
body {
font-family: 'Arial', sans-serif;
margin: 0;
Expand Down Expand Up @@ -174,6 +175,40 @@ button.visit-btn i {
color: white;
}

.suggest-section {
background: #f5f5f5;
padding: 60px 0;
text-align: center;
}

.suggest-section h2 {
font-size: 2.5em;
color: #3a1c71;
margin-bottom: 20px;
}

.suggest-section p {
font-size: 1.2em;
color: #333;
max-width: 800px;
margin: 0 auto 40px;
line-height: 1.6;
}

.suggest-button {
background-color: #d76d77;
color: white;
padding: 15px 30px;
border-radius: 30px;
font-size: 1.2em;
text-decoration: none;
transition: background-color 0.3s ease;
}

.suggest-button:hover {
background-color: #ffaf7b;
}

.badge {
color: white;
padding: 5px 10px;
Expand Down

0 comments on commit e5d45db

Please sign in to comment.