We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad53e78 commit fe58a07Copy full SHA for fe58a07
1 file changed
css3-grid/overview.html
@@ -1,11 +1,11 @@
1
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
2
"http://www.w3.org/TR/html4/strict.dtd">
3
4
<html lang=en>
5
<head><meta content="text/html;charset=utf-8" http-equiv=Content-Type>
6
7
<title>CSS Grid Positioning Module Level 3</title>
8
- <link href=default.css rel=stylesheet type="text/css">
+ <link href="../default.css" rel=stylesheet type="text/css">
9
10
<style type="text/css">
11
.cols { width: 500px; height: 200px; background: #fff; position: relative; border: solid 10px blue; margin: 0.5em 2em 1em 0; font: bold 14px/19px Arial, sans-serif }
0 commit comments