You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
.topPart{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
flex-direction: column;
|
|
height: 100px;
|
|
text-shadow: 2px 2px #835d91;
|
|
padding-bottom: 30px;
|
|
box-shadow: 0px 20px 20px 0px #84a98c;
|
|
background-color: #84a98c;
|
|
}
|
|
|
|
#siteImg{
|
|
width: 100%;
|
|
} |