Skip to content

Commit

Permalink
Create styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarrough committed Jul 26, 2017
1 parent 03c40f8 commit 23e204a
Showing 1 changed file with 96 additions and 0 deletions.
96 changes: 96 additions & 0 deletions radio4000/styles.css
@@ -0,0 +1,96 @@
/* $purple: #5d1ae6 */

html {
background-color: hsl(45, 5%, 90%);
color: hsl(0, 0%, 10%);
font-size: 15px;
line-height: 1.3125;
}

body {
margin: 1rem;
}

html,
button,
input {
font-family: "Maison Neue", "system-ui", sans-serif;
}

h1,
h2 {
line-height: 1.1;
}

h1 {
font-size: 2rem;
}

h2 {
font-size: 1.5rem;
}

.Btn {
font-weight: bold;
border: 1px solid rgba(115,115,115,.4);
border-radius: 3px;
box-shadow: 0 3px 0 -1px rgba(204,204,204,.9);
box-sizing: border-box;
cursor: pointer;
line-height: 1;
min-height: 2.1em;
padding: 0.6em;
background-color: hsl(0, 0%, 98%);
text-align: center;
text-decoration: none;
}

.Card {
font-size: .86667rem;
background-color: hsl(0, 0%, 98%);
margin: 1em 0;
padding: 0.1px 1rem;
}

.Card h3 {
margin-bottom: 0.5rem;
}

.Card h3 + p {
margin-top: 0.5rem;
}

.Card p {
color: hsl(0, 0%, 30%);
}

a {
color: hsl(0, 0%, 10%);
}

/* Maison Neue regular/italic + bold/italic from Cloudinary */

@font-face {
font-family: "Maison Neue";
src: url("https://res.cloudinary.com/radio4000/raw/upload/v1492541388/maisonneueweb-book_ee98sm.woff2") format("woff2");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Maison Neue";
src: url("https://res.cloudinary.com/radio4000/raw/upload/v1492541388/maisonneueweb-bookitalic_szjrvl.woff2") format("woff2");
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: "Maison Neue";
src: url("https://res.cloudinary.com/radio4000/raw/upload/v1492541388/maisonneueweb-bold_rvmbzr.woff2") format("woff2");
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: "Maison Neue";
src: url("https://res.cloudinary.com/radio4000/raw/upload/v1492541388/maisonneueweb-bolditalic_awvcg5.woff2") format("woff2");
font-weight: bold;
font-style: italic;
}

0 comments on commit 23e204a

Please sign in to comment.