Skip to content
This repository was archived by the owner on Jan 14, 2024. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
180 changes: 180 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,183 @@
* for example: General styles, Navigation styles, Hero styles, Footer etc.
*
*/
body {
font-family: sans-serif, serif, monospace;
}

.sign-up-nav-bar {
display: flex;
}

.nav-bar-container {
display: flex;
background-color: silver;
font-size: 1em;
font-weight: bolder;
}

.sign-up-nav-bar > li {
display: inline;
}

.nav-icon {
width: 40px;
height: 40px;
}

#logo {
width: 100%;
height: 200px;
background: none;
display: flex;
align-items: center;
} /*needs @media queries*/

.head-line {
width: 80%;
height: 100px;
font-size: 100px;
text-align: center;
background: none;
position: fixed;
margin-left: 140px;
display: flex;
justify-content: space-around;
}

article :first-child {
text-transform: uppercase;
font-size: 2.5rem;
font-weight: bolder;
color: rgb(5, 5, 5);
text-shadow: 3px 3px rgb(38, 108, 129);
}

article :last-child {
font-size: 1.5rem;
font-weight: bold;
}

article {
border-bottom: groove;
border-width: 1px;
}

.section-container {
display: flex;
}

.twitter {
background: none;
margin: 20px 20px;
border-right: 1px solid grey;
}

.pic {
float: left;
}

.twitter > p {
font-size: 1.35rem;
}

.facebook {
background: none;
margin-top: 10px;
}

.facebook > p {
font-size: 1.35rem;
}

.instagram {
background: none;
border-top: 1px solid grey;
}

.instagram > p {
font-size: 1.35rem;
}

.credit {
text-align: right;
font-weight: bold;
}

footer {
background: none;
font-size: 1rem;
font-weight: bold;
text-align: center;
border-top: 1px solid grey;
}

footer > p {
margin: 0mm;
}

@media screen and (max-width: 1400px) {
.nav-bar-container {
display: block;
background-color: silver;
font-size: 1em;
font-weight: bolder;
}
}

@media screen and (max-width: 1300px) {
#logo {
display: none;
}
}

@media screen and (max-width: 500px) {
.nav-bar-container {
font-size: 0.5em;
font-weight: bolder;
display: block;
}

.sign-up-nav-bar {
display: flex;
margin-left: 120px;
}

.nav-icon {
width: 30px;
height: 30px;
}

#logo {
display: none;
}

article :last-child {
font-weight: bold;
font-size: inherit;
}

.twitter > p {
font-size: inherit;
}

.facebook > p {
font-size: inherit;
}

.instagram > p {
font-size: inherit;
}

.section-container {
display: flex;
flex-wrap: wrap;
}

.twitter {
background: none;
margin: auto;
border-right: none;
border-bottom: 1px solid grey;
}
}
Binary file added image/1024px-Facebook_icon.svg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/1200px-Facebook_Logo_(2019).svg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/1200px-Instagram_logo.svg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/1200px-Twitter_Logo_Mini.svg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/1200px-Twitter_logo.svg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/Instagram_logo_2016.svg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/Jack_Dorsey_2014_(cropped).jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/kevinsystrom-headshot.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading