mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Cargoify servo
This commit is contained in:
parent
db2f642c32
commit
c6ab60dbfc
1761 changed files with 8423 additions and 2294 deletions
43
tests/html/demo.css
Normal file
43
tests/html/demo.css
Normal file
|
@ -0,0 +1,43 @@
|
|||
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)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue