Skip to content
Snippets Groups Projects

Master

Merged Adna Maric requested to merge master into beccas-branch
2 files
+ 32
20
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -46,10 +46,28 @@ body {
background-color: rgba(0, 0, 0, 0.3);
}
h2 {
font-size: 40px;
margin-left: 30px;
}
.first-container img {
width: 400px;
height: 400px;
margin-right: 30px;
margin-left: 30px;
border-radius: 10px;
align-items: center;
}
.first-container {
display: flex;
justify-content: space-between;
margin-left: 30px;
margin-right: 30px;
margin-top: 20px;
}
.first-container .text-container {
flex: 1;
}
\ No newline at end of file
Loading