Skip to content

Instantly share code, notes, and snippets.

@mckiersey
Created March 14, 2021 16:01
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 mckiersey/8ef1a6933f8b90b43d11bd0f8a61f710 to your computer and use it in GitHub Desktop.
Save mckiersey/8ef1a6933f8b90b43d11bd0f8a61f710 to your computer and use it in GitHub Desktop.
<style>
#YouTubeForm {
display: none;
}
input[readonly] {
background-color: lightgray;
}
p,
h2,
h4 {
margin: 10px;
}
.navbar-brand {
font-size: 50px;
}
.Dynamic {
color: 0077b6;
}
body {
background-image: url('https://miro.medium.com/max/1620/1*FdGgTAPo4BmTL1qK5A-d5Q.jpeg');
background-repeat: no-repeat;
background-size: cover;
}
#ProfilePictureSection {
position: relative;
}
#ProfilePicture {
position: absolute;
top: 0px;
right: 60px;
margin: 10px;
border-radius: 8px;
border: 5px solid #ddd;
display: block;
margin-left: auto;
margin-right: auto;
width: 10%;
}
#HomeButton {
margin-top: 80px;
border: 0px solid #ddd;
position: absolute;
top: 140px;
right: 90px;
}
#YouTubeForm {
margin-top: 220px;
margin-left: 50px;
}
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 2.5rem;
margin-bottom: 10px;
color: white;
}
a {
color: white;
}
#VideoSection {
margin: 15px;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment