Skip to content

Commit

Permalink
fix: styling for rules on call to action section
Browse files Browse the repository at this point in the history
Add rules on the "call to action" section of the webpage in order
to bring it to project qualifier standards.
  • Loading branch information
wolfdaemon committed Nov 6, 2023
1 parent e803989 commit d415ddd
Showing 1 changed file with 27 additions and 2 deletions.
29 changes: 27 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,18 @@ nav ul {
}

button {
border: 1px solid #FFF;
border-radius: 4px;
border: 2px solid #FFF;
border-radius: 6px;
background-color: #3882F6;
color: #FFFFFF;
width: 8rem;
height: 2.5rem;
font-size: 18px;
font-weight: bold;
}

button.button-hero {
border: 0;
}

hgroup {
Expand All @@ -40,6 +48,8 @@ figure {
footer {
background-color: #1F2937;
color: #F9FAF8;
text-align: center;
padding: 3rem 0;
}

blockquote {
Expand Down Expand Up @@ -97,8 +107,23 @@ div.action-call {
border-radius: 8px;
background-color: #3882F6;
color: #FFFFFF;
justify-content: center;
gap: 13rem;
align-items: center;
padding: 3rem 0;
}

div.action-call-text p,
div.action-call-text h2 {
margin: 0;
}

div.action-call-text p {
font-size: 18px;
font-weight: lighter;
}


div.randinfo-images {
display: flex;
justify-content: center;
Expand Down

0 comments on commit d415ddd

Please sign in to comment.