Day 348
Having issues with this class and tools so, going through it manually.
#CodingPhase #TheCodingWay #365CodingPhaseChallenge
**********
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700");
@import "reset";
body {
font-family: "Roboto", sans-serif;
}
#top-section {
background: url("/img/top.jpg");
background-size: cover;
height: 100vh;
width: 100%;
}
#CodingPhase #TheCodingWay #365CodingPhaseChallenge
**********
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700");
@import "reset";
body {
font-family: "Roboto", sans-serif;
}
#top-section {
background: url("/img/top.jpg");
background-size: cover;
height: 100vh;
width: 100%;
}
Comments
Post a Comment