mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
19 lines
328 B
CSS
19 lines
328 B
CSS
#test01, #test02, #test03{
|
|
width: 50px;
|
|
height: 50px;
|
|
text-align:center;
|
|
font-size: 20px;
|
|
}
|
|
#test{
|
|
background: #ff0000;
|
|
}
|
|
#test01{
|
|
background: #7FFF00;
|
|
}
|
|
#test02{
|
|
background: #00FFFF;
|
|
}
|
|
#test03{
|
|
background: #4169E1;
|
|
}
|