Skip to content

Commit

Permalink
nearer
Browse files Browse the repository at this point in the history
  • Loading branch information
Aprimez committed Dec 10, 2024
1 parent acc70e7 commit d1750f2
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions short-films/spare-room/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@
background-size: contain;
}
.post p {
margin: 5px 20px;
margin: 5px 10px;
font-size: 17px;
}
.post p.date {
color: grey;
Expand All @@ -121,10 +122,10 @@
overflow: hidden;
background-size: cover;
}
.name {
p.name{
justify-content: center;
align-content: center;
font-size: 16px;
font-size: 20px;
}
</style>
</head>
Expand All @@ -138,7 +139,7 @@
</div>
<div class="house-img" style="background-image: url(img/house-1.jpg)">
</div>
<p>asdasdasd</p>
<p>One single bed avaliable. It's about 5ft by 5ft. 1000 per calendar month. Easy to get to, train stations nearby as well as buses. If you're interested please message me</p>
<p class="date">three weeks ago</p>
</div>
<div class="post">
Expand All @@ -157,16 +158,16 @@
</div>
<div class="swiper-pagination"></div>
</div>
<p>asdasdasd</p>
<p class="date">three weeks ago</p>
<p>One double bedroom in spacious four-bedroom flat with convenient transport links into city. Join three young professionals in this fun and friendly houseshare!</p>
<p class="date">two weeks ago</p>
</div>
<div class="post">
<div class="user">
<div class="dp" style="background-image: url(img/grill.jpg)"></div>
<p class="name">Nicole</p>
</div>
<div class="house-img" style="background-image: url(img/house-3.jpg)"></div>
<p>asdasdasd</p>
<p>I think you've scrolled too far, scroll back up</p>
<p class="date">three weeks ago</p>
</div>
</div>
Expand Down

0 comments on commit d1750f2

Please sign in to comment.