init
This commit is contained in:
commit
81b7baeac7
61 changed files with 281 additions and 0 deletions
24
photography/photography.css
Normal file
24
photography/photography.css
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
#container {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.photo {
|
||||
width: 38em;
|
||||
max-width: 100%;
|
||||
background-color: aliceblue;
|
||||
margin-bottom: 8px;
|
||||
|
||||
aspect-ratio: 3/2;
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.photo img {
|
||||
width: 100%;
|
||||
vertical-align: middle;
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue