repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
inspector-protocol
/
css
/
resources
/
add-rule.css
blob
7fc335df81d7a7cf1cd6f097397c66f05d8f5d7a
1
#test
{
2
box-sizing
:
border-box
;
3
}
4
5
#test
{
6
/* resetting some properties */
7
line-height
:
1
;
8
font-family
:
"Arial"
;
9
color
:
blue
;
10
display
:
flex
;
/* flex FTW! */
11
}
12
13
@media
(
min-width
:
1px
) {
14
#test
{
15
font-size
:
200
%;
16
}
17
18
#test
{
19
}
20
}
21