mirror of
https://github.com/LJ5O/website.git
synced 2026-08-11 22:54:46 +02:00
Started to work on projects presentation
WIP
This commit is contained in:
47
style.css
47
style.css
@@ -148,7 +148,6 @@ h1,h2,h3,h4,h5,p{
|
||||
}
|
||||
|
||||
.feature_div{
|
||||
border: 4px dotted red;
|
||||
width: 75%;
|
||||
margin: auto;
|
||||
margin-top: 30px;
|
||||
@@ -187,4 +186,50 @@ h1,h2,h3,h4,h5,p{
|
||||
border: none;
|
||||
border-radius: 6px;
|
||||
font-size: 1.3em;
|
||||
}
|
||||
|
||||
#projects_summary{
|
||||
border: 4px dotted red;
|
||||
width: 80%;
|
||||
margin: auto;
|
||||
margin-top: 30px;
|
||||
}
|
||||
#projects_summary_text h1{
|
||||
margin-top: 0;
|
||||
margin-bottom: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
#projects_summary_text p{
|
||||
margin-top: 0;
|
||||
margin-bottom: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
#projects_holder{
|
||||
width: 90%;
|
||||
margin: auto;
|
||||
margin-top: 15px;
|
||||
border: 4px dotted green;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
gap: 20px;
|
||||
}
|
||||
.project{
|
||||
max-width: 400px;
|
||||
max-height: 600px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: #A58181;
|
||||
border-radius: 8px;
|
||||
}
|
||||
.project_picture{
|
||||
height: 200px;
|
||||
width: 95%;
|
||||
margin: auto;
|
||||
margin-top: 10px;
|
||||
}
|
||||
.project_picture img{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
Reference in New Issue
Block a user