/
EugenyCh7
/
JavaScript-and-React-Course
Обзор
Документация
Войти
/
EugenyCh7
/
JavaScript-and-React-Course
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
039/css/style.css
22 строки
418 B
Eugeny Chekmarev
first
01 авг 2021, 12:34
01 авг 2021, 12:34
460fb8a
Код
Авторство
О чём код?
.box { position : absolute; width : 100px; height : 100px; background-color: blue; } .wrapper { position: relative; width : 400px; height : 400px; border : 3px solid red; } button { margin-bottom : 10px; margin-top : 10px; width : 100px; height : 40px; background-color: yellow; border : none; }