Skip to content
This repository was archived by the owner on Oct 17, 2025. It is now read-only.

Commit 4621143

Browse files
authored
iframes and css (#2492)
* mdn/content#14799 * clarification
1 parent cf806cb commit 4621143

File tree

1 file changed

+1
-1
lines changed
  • live-examples/html-examples/embedded-content/css

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
iframe {
22
border: 1px solid black;
3-
width: 100%;
3+
width: 100%; /* takes precedence over the width set with the HTML width attribute */
44
}

0 commit comments

Comments
 (0)