Day 328
Starting the project of re-creating codepen.
#CodingPhase #TheCodingWay #365CodingPhaseChallenge
**********
:root {
--grey: #343436;
}
html {
box-sizing: border-box;
font-family: "Lato", "Lucida Grande", "Lucida Sans Unicode", Tahoma,
Sans-Serif;
font-weight: normal;
color: #272727;
text-shadow: 0 2px 0 rgba(0, 0, 0, 0.07);
}
*,
*:before,
*:after {
box-sizing: inherit;
}
body {
margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: normal;
margin: 0;
font-size: 1.5em;
}
.codepen {
display: grid;
grid-template-rows: auto 1fr 1fr auto;
height: 100vh;
color: white;
}
.codepen >* {
border:1px solid black;
}
#CodingPhase #TheCodingWay #365CodingPhaseChallenge
**********
:root {
--grey: #343436;
}
html {
box-sizing: border-box;
font-family: "Lato", "Lucida Grande", "Lucida Sans Unicode", Tahoma,
Sans-Serif;
font-weight: normal;
color: #272727;
text-shadow: 0 2px 0 rgba(0, 0, 0, 0.07);
}
*,
*:before,
*:after {
box-sizing: inherit;
}
body {
margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: normal;
margin: 0;
font-size: 1.5em;
}
.codepen {
display: grid;
grid-template-rows: auto 1fr 1fr auto;
height: 100vh;
color: white;
}
.codepen >* {
border:1px solid black;
}
Comments
Post a Comment