Skip to content

Commit 5e779f7

Browse files
committed
Merge branch 'master' of https://github.com/wesbos/css-grid
2 parents 22056d6 + 9599548 commit 5e779f7

File tree

1 file changed

+1
-48
lines changed

1 file changed

+1
-48
lines changed

25 - Full Bleed Blog Layout/full-bleed-blog-START.html

+1-48
Original file line numberDiff line numberDiff line change
@@ -153,57 +153,10 @@ <h2>Dear Time</h2>
153153
font-weight: 100;
154154
margin: 0;
155155
}
156-
157-
.post {
158-
display: grid;
159-
max-width: 1000px;
160-
margin: 200px auto;
161-
grid-gap: 10px 50px;
162-
grid-template-columns: 3fr 12fr 5fr;
163-
}
164-
165-
.post>* {
166-
grid-column: 2 / -2;
167-
}
168-
169-
.post>figure {
170-
margin: 0;
171-
grid-column: 1 / -1;
172-
}
173-
174-
figcaption {
175-
font-size: 10px;
176-
}
177-
178-
.post>blockquote {
179-
grid-column: 1 / -1;
180-
font-size: 60px;
181-
font-style: italic;
182-
text-align: center;
183-
margin: 0;
184-
}
185-
186-
.tip {
187-
background: #FAFAFA;
188-
padding: 10px;
189-
grid-row: span 5;
190-
align-self: start;
191-
}
192-
193-
.tip-left {
194-
grid-column: 1 / span 1;
195-
text-align: right;
196-
border-right: 2px solid var(--yellow);
197-
}
198-
199-
.tip-right {
200-
grid-column: span 1 / -1;
201-
border-left: 2px solid var(--yellow);
202-
}
203156
</style>
204157

205158
<body>
206159

207160
</body>
208161

209-
</html>
162+
</html>

0 commit comments

Comments
 (0)