We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
NOTE: the sizes/colors/etc are fixed values from invision and do not necessarily represent the intention of the design.
h2
##Subtitle (only appears once that I can see)
h3
.new-england-regional { height: 36px; width: 1120px; color: #000000; font-family: Montserrat; font-size: 30px; font-weight: 600; line-height: 36px; text-align: center; }
.nerd-summit-is-a-pro { height: 72px; width: 8 columns color: #000000; font-family: Montserrat; font-size: 18px; line-height: 24px; text-align: center; }
.learn-more-about-ner { height: 24px; width: 8 columns color: #2128BD; font-family: Montserrat; font-size: 16px; font-weight: 900; letter-spacing: 0.5px; line-height: 24px; text-align: center; }
The text was updated successfully, but these errors were encountered:
I've started this work here: https://github.com/NERDngo/nerdsummit2020/pull/new/object-styling
Sorry, something went wrong.
No branches or pull requests
NOTE: the sizes/colors/etc are fixed values from invision and do not necessarily represent the intention of the design.
h2
or section headers##Subtitle (only appears once that I can see)
color: #212121;
font-family: Montserrat;
font-size: 24px;
font-weight: 500;
line-height: 30px;
text-align: center;
Buttons
filled:
.button-text {
height: 24px;
width: 179.84px;
color: #FAF8F2;
font-family: Montserrat;
font-size: 16px;
font-weight: bold;
letter-spacing: 0.5px;
line-height: 24px;
text-align: center;
background-color: #2128BD;
}
hollow:
.button-text {
height: 24px;
width: 176.11px;
color: #2128BD;
font-family: Montserrat;
font-size: 16px;
font-weight: bold;
letter-spacing: 0.5px;
line-height: 24px;
text-align: center;
border: 3px solid #2128BD;
}
h3
or subsection heading.new-england-regional {
height: 36px;
width: 1120px;
color: #000000;
font-family: Montserrat;
font-size: 30px;
font-weight: 600;
line-height: 36px;
text-align: center;
}
paragraph
.nerd-summit-is-a-pro {
height: 72px;
width: 8 columns
color: #000000;
font-family: Montserrat;
font-size: 18px;
line-height: 24px;
text-align: center;
}
links (these are the heavy blue links as displayed in the About section
.learn-more-about-ner {
height: 24px;
width: 8 columns
color: #2128BD;
font-family: Montserrat;
font-size: 16px;
font-weight: 900;
letter-spacing: 0.5px;
line-height: 24px;
text-align: center;
}
The text was updated successfully, but these errors were encountered: