There was an error while loading. Please reload this page.
1 parent 2e5f100 commit 3614abeCopy full SHA for 3614abe
2 files changed
Wireframe/index.html
@@ -8,7 +8,7 @@
8
</head>
9
<body>
10
<header>
11
- <h1>Wireframe</h1>
+ <h1>WIREFRAME</h1>
12
<p>
13
A Wireframe is a simple visual layout or blueprint of a website, mobile app or software
14
interface. It shows the basic structure of a page without detailed colors, images or
Wireframe/style.css
@@ -39,7 +39,7 @@ main {
39
grid-template-columns: 1fr 1fr;
40
gap: var(--space);
41
> *:first-child {
42
- grid-column: span 2;
+ grid-column: 1/ -1;
43
}
44
45
0 commit comments