More languages
More actions
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
.essay-picture{ | .essay-picture{ | ||
width: | width:25%; | ||
border-radius:5px; | border-radius:5px; | ||
height: | height:300px; | ||
border:1px solid black; | border:1px solid black; | ||
} | } | ||
Line 18: | Line 18: | ||
.essay-content{ | .essay-content{ | ||
width: | width:75%; | ||
} | } | ||
Revision as of 15:40, 16 September 2023
.essay-flex{
display:flex;
flex-direction:row;
justify-content:flex-start;
align-items:center;
}
.essay-picture{
width:25%;
border-radius:5px;
height:300px;
border:1px solid black;
}
.essay-picture img{
}
.essay-content{
width:75%;
}
.essay-small{
font-size:0.8em;
}
.essay-big{
font-size:1.2em;
}
.essay-offset{
margin-left:15px;
}