Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rwolfin authored Dec 5, 2024
1 parent 831570b commit 04de74b
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Домашнее задание по CSS
Шаблон одностраничного новостного сайта, разработан в качестве практического задания на курсе skillfactory.ru

## Используемые теги HTML
- html
- head
- meta
- link
- title
- body
- header
- div
- section
- article
- h2

## CSS классы в тегах
- container
- item-news
- item-meta
- flex
- justify-content
- data
- copyright
- links

## Использовались Селекторы тегов
- body
- header
- h1
- article
- img
- footer


## Псевдо классы
- :hover
- :before

0 comments on commit 04de74b

Please sign in to comment.