Skip to content

Instantly share code, notes, and snippets.

@jpmarchand
Last active June 12, 2023 07:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpmarchand/9d9f158c337f3e77131fc5f8a240937b to your computer and use it in GitHub Desktop.
Save jpmarchand/9d9f158c337f3e77131fc5f8a240937b to your computer and use it in GitHub Desktop.
Dropshare Landing Page CSS
/* Dropshare Landing Page CSS - Updated June 2023 */
.site-header {
border-bottom: 1px solid #eee;
overflow: hidden;
background-color: #fafafa;
}
.wrap {
max-width: 1280px;
margin: 0 auto;
}
body {
font-family: 'Source Sans 3', sans-serif;
font-size: 16px;
font-size: 1.6rem;
-webkit-font-smoothing: antialiased;
font-weight: 400;
color: #333;
margin: 0;
}
ul {
margin: 0;
padding: 0;
}
li {
list-style-type: none;
float: left;
}
.menu-item {
display: inline-block;
line-height: 1;
padding: 18px;
}
.alignright {
float: right;
}
a.download {
text-decoration: none;
color: #333;
}
a.download:hover {
color: #ff3366;
}
.content {
margin: 50px 20px;
text-align: center;
}
/* Previews */
img {
max-width: 100%;
max-height: 80vh;
border: 1px solid #eee;
}
video, iframe {
height: auto;
max-height: 80vh;
width: 100%;
}
iframe {
height: 80vh;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment