diff --git a/index.html b/index.html index 6f14ae14a..5efb39aa6 100644 --- a/index.html +++ b/index.html @@ -8,64 +8,287 @@
- +
Загрузка комментариев...
+
+ placeholder="Введите ваше имя" /> + placeholder="Введите ваш комментарий" + rows="4">
+ +
- diff --git a/styles.css b/styles.css index edc120f8c..e05f80926 100644 --- a/styles.css +++ b/styles.css @@ -134,4 +134,22 @@ body { .add-form-button:hover { opacity: 0.9; - } \ No newline at end of file + } + + @keyframes rotating { + from { + transform: rotate(0deg); + } + + 25% { + transform: rotate(30deg); + } + + 75% { + transform: rotate(-30deg); + } + + to { + transform: rotate(0deg); + } + } \ No newline at end of file