/
githubmirror
/
servo
Обзор
Документация
Войти
/
githubmirror
/
servo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/html/demo.css
43 строки
671 B
Jack Moffitt
Cargoify servo
09 сен 2014, 06:21
09 сен 2014, 06:21
c6ab60d
Код
Авторство
О чём код?
body { background-color: rgb(200, 255, 255) } #hello { background-color: blue; color: red } #kitty { position: absolute; top: 200px; left: 100px; border-color: rgb(0, 0, 0); border-width: 10px } #boxa { position: absolute; top: 50px; left: 500px; width: 100px; height: 100px; background-color: rgba(255, 0, 0, 0.5) } #boxb { position: absolute; top: 70px; left: 580px; width: 100px; height: 100px; background-color: rgba(0, 255, 0, 0.5) } #boxc { position: absolute; top: 130px; left: 550px; width: 100px; height: 100px; background-color: rgba(0, 0, 255, 0.5) }