Skip to content

Commit

Permalink
updated images
Browse files Browse the repository at this point in the history
  • Loading branch information
karshil2309 committed Oct 5, 2020
1 parent 659af22 commit ece0644
Show file tree
Hide file tree
Showing 9 changed files with 187 additions and 40 deletions.
16 changes: 16 additions & 0 deletions assets/social-images/facebook.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions assets/social-images/instagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/social-images/like.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions assets/social-images/linkedin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/social-images/medium.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions assets/social-images/telegram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/social-images/twitter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
80 changes: 79 additions & 1 deletion src/components/footer/footer.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,87 @@
.footer{
*{ margin: 0; padding:0px;}
.div{

position: absolute;
width: 1440px;
height: 540px;
left: 0px;
top: 299px;

background: #F1DDC9;

}
.font-footer{
position: absolute;
width: 231px;
height: 49px;
left: 604px;
top: 400px;

font-family: Poppins;
font-style: normal;
font-weight: 600;
font-size: 36px;
line-height: 40px;
/* or 111% */

letter-spacing: 0.02em;

color: #333333;

}
@media(max-width: 768px){
.bottom p,.has-text-right{
text-align: center !important;
}
}
.fa{
padding-right: 10px;
font-size: 24px;
cursor: pointer;
position: absolute;
left: 0%;
right: 0%;
top: 0%;
bottom: 0%;

background: #D84727;
}
.back{
position: absolute;
width: 241px;
height: 30px;
left: 692px;
top: 759px;

font-family: Poppins;
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 30px;
/* identical to box height */

letter-spacing: 0.02em;

color: #333333;

}
.front{
position: absolute;
width: 110px;
height: 30px;
left: 505px;
top: 759px;

font-family: Poppins;
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 30px;
/* identical to box height */

letter-spacing: 0.02em;

color: #333333;


}
Loading

0 comments on commit ece0644

Please sign in to comment.