Skip to content

Commit

Permalink
add styles and post-date
Browse files Browse the repository at this point in the history
  • Loading branch information
SadoninS committed Jun 9, 2023
1 parent 7e67c8b commit 771c103
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions index.html
Expand Up @@ -9,6 +9,9 @@
name="viewport"
content="width=device-width, initial-scale=1.0" />
<title>Приложение Блог</title>
<link
rel="stylesheet"
href="reset.css" />
<link
rel="stylesheet"
href="index.css" />
Expand All @@ -33,7 +36,7 @@ <h2 class="input-area__title">Новый пост</h2>
class="post-title-validation-message"
for="post-title-input"
id="post-title-validation-message"
>0/20</label
>0/50</label
>
<textarea
class="post-text-input"
Expand All @@ -46,7 +49,7 @@ <h2 class="input-area__title">Новый пост</h2>
class="post-text-validation-message"
for="post-text-input"
id="post-text-validation-message"
>0/200</label
>0/1000</label
>
<button
class="post-publish-btn"
Expand All @@ -64,10 +67,12 @@ <h2 class="input-area__title">Новый пост</h2>
</form>
</section>
<section class="output-area">
<h2 class="output-area_title">Лента</h2>
<h2 class="output-area__title">Лента</h2>
<output
class="posts"
id="posts"
for="post-from-user">
for="post-from-user"
><h3 class="emptyPosts">Тут пока пусто...</h3>
</output>
</section>
</main>
Expand Down

0 comments on commit 771c103

Please sign in to comment.