Skip to content

Commit

Permalink
Dlete previews all
Browse files Browse the repository at this point in the history
  • Loading branch information
saziddeveloper committed May 6, 2024
1 parent 92f8435 commit a4fc5c5
Showing 1 changed file with 1 addition and 44 deletions.
45 changes: 1 addition & 44 deletions style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,49 +2,6 @@
Start CSS of header section
-------------------------------------*/

header {
display: flex;
margin: 50px 100px;
}
.headerSection {
width: 36.4%;
margin-left: 30px;
}
#headerSubSection1 {
margin-top: 20px;
/* width: 85%; */
}
#headerSubSection2 {
margin-top: 20px;
margin-left: 20px;
/* width: 15%; */
}
.headerTitle {
font-size: 60px;
font-family: yeseva one;
margin: 20px 0;
}
#headerTitle1 {
color: #333333;
}
#headerTitle2 {
color: #FFAD5A;
}
p {
font-size: 18px;
font-family: poppins;
}
header a {
text-decoration: none;
font-size: 16px;
color: #FFFFFF;
background-color: #FF5959;
padding: 10px 40px;
border-radius: 5px;
}
#personPhoto {
width: 95%;
margin-left: 150px;
}


/* End CSS of header section */

0 comments on commit a4fc5c5

Please sign in to comment.