Skip to content

Commit

Permalink
issue(styletolabels)UdacityFrontEndScholarship#226
Browse files Browse the repository at this point in the history
here i style the content of labels and style the favicon.png for it's web pages
  • Loading branch information
Samyak Jain authored Jun 8, 2018
1 parent ac8ee61 commit b1be9dc
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions public/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ text-align: center;
font-size: 75px;
font-weight: bolder;
color: rgb(97, 6, 6);
font-family: apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol;
font-family: 'Montserrat:400,500,700','Spectral:400,500,700';
}
.subhead{
font-family: NotoSansJP,Slack-Lato,appleLogo,sans-serif;
font-family: 'Montserrat:400,500,700','Spectral:400,500,700';
font-size:20px;
background: white;
overflow-x: auto;
Expand All @@ -27,6 +27,11 @@ font-family: apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",
padding-top:10px;
}

.icon
{
float: right;
padding: 5px;
}
.container-fluid{
padding: 0;
}
Expand Down

0 comments on commit b1be9dc

Please sign in to comment.