Skip to content

Commit

Permalink
add cards to sections
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinNguyen2909 committed May 9, 2019
2 parents 10c21c1 + cc555c3 commit dafbb36
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,36 @@ footer {

.search-icon {
border: none;
}


/* header style */

.header-style {
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
position: relative;
top: 200px;
color: #D86000;
border: 2px solid rgba(48, 24, 24, .9);
background-color: rgba(48, 24, 24, .9);
padding: 20px 0px;
margin: 0px auto;
width: 60rem;
}

.header-title {
font-size: 60px;
font-family: 'Sanomat Grab Web Regular', sans-serif;
padding-bottom: 20px;
}

.header-subtitle {
font-size: 18px;
font-weight: 300;
font-family: 'Sanomat Grab Web Regular', sans-serif;
letter-spacing: 1px;
padding-bottom: 20px;
}

0 comments on commit dafbb36

Please sign in to comment.