Skip to content
Snippets Groups Projects
Commit 3a37ee7b authored by Mohammed Elmir's avatar Mohammed Elmir
Browse files

Update description.css

parent 82bfccac
No related branches found
No related tags found
No related merge requests found
Pipeline #195420 passed
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
*{
margin: 0px;
padding: 0px;
box-sizing: border-box;
font-family: 'Nunito', sans-serif;
}
#project-desc{
background: url(./images/projectdesc.jpg);
background-position: center center;
background-size: cover;
height: 450px;
margin-bottom: 80px;
}
.project-container{
max-width: 80vw;
margin: auto;
}
.project-container h3{
font-size: 25px;
font-family: 'Roboto', sans-serif;
padding-bottom: 10px;
}
.project-content{
background-color: rgba(0, 0, 0, 0.548);
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.project-content h3{
font-weight: bolder;
font-family: 'Roboto', sans-serif;
font-size: 35px;
text-align: center;
color: #fff;
}
p{
font-size: 20px;
line-height: 40px;
text-align: justify;
padding-bottom: 20px;
}
#problem{
margin-bottom: 40px;
}
#impact{
margin-bottom: 40px;
}
.brine-img{
display: flex;
justify-content: center;
align-items: center;
}
.brine-img img{
width: 200px;
}
.point{
display: flex;
justify-content: center;
}
.point i{
margin-right: 5px;
color: rgb(102, 102, 11);
}
.brine-extraction{
margin-bottom: 40px;
}
.rock-img{
display: flex;
justify-content: center;
align-items: center;
}
.rock-img img{
width: 500px;
}
#exisitng-sol{
margin-bottom: 40px;
}
.sdg-img img{
width: 300px;
}
.sdg{
display: flex;
justify-content: space-between;
align-items: center;
}
.sdg p{
padding-right: 20px;
}
#sdg{
margin-bottom: 50px;
}
#contribution{
margin-bottom: 50px;
}
@media screen and (max-width: 900px){
.sdg{
display: flex;
justify-content: space-between;
align-items: center;
flex-direction: column;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment