✨ IN-3 Edit Über uns Page
This commit is contained in:
1
styles/UeberUns.module.css
Normal file
1
styles/UeberUns.module.css
Normal file
@@ -0,0 +1 @@
|
||||
.teamContainer{width:100%;display:flex;justify-content:space-around;align-items:center;flex-wrap:wrap}.teamContainer div{height:300px;width:250px;border:1px solid #000;border-radius:10px;text-align:center}.teamContainer div img{-o-object-fit:cover;object-fit:cover;width:100%;height:75%;border-top-left-radius:10px;border-top-right-radius:10px}.teamContainer div h2{margin:0;padding:0}.teamContainer div h3{margin:0;padding:0;color:gray;font-weight:normal}
|
||||
38
styles/UeberUns.module.scss
Normal file
38
styles/UeberUns.module.scss
Normal file
@@ -0,0 +1,38 @@
|
||||
.teamContainer {
|
||||
width: 100%;
|
||||
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
|
||||
div {
|
||||
height: 300px;
|
||||
width: 250px;
|
||||
|
||||
border: 1px solid black;
|
||||
border-radius: 10px;
|
||||
|
||||
text-align: center;
|
||||
|
||||
img {
|
||||
object-fit: cover;
|
||||
width: 100%;
|
||||
height: 75%;
|
||||
border-top-left-radius: 10px;
|
||||
border-top-right-radius: 10px;
|
||||
}
|
||||
h2 {
|
||||
// margin: 0 1rem;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
h3 {
|
||||
// margin: -0.5rem 1rem;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: grey;
|
||||
font-weight: normal;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user