diff --git a/lmde-3-disk-encryption/index.html b/lmde-3-disk-encryption/index.html index 36fb399..7f35f38 100644 --- a/lmde-3-disk-encryption/index.html +++ b/lmde-3-disk-encryption/index.html @@ -11,6 +11,10 @@ LMDE 3 Disk Encryption - Build a Technical Document Page - Responsive Web Design Projects + + Fork me on GitHub +

diff --git a/lmde-3-disk-encryption/lmde-3-disk-encryption.css b/lmde-3-disk-encryption/lmde-3-disk-encryption.css index 0b60fc7..6e6867d 100644 --- a/lmde-3-disk-encryption/lmde-3-disk-encryption.css +++ b/lmde-3-disk-encryption/lmde-3-disk-encryption.css @@ -68,6 +68,23 @@ button { margin-bottom: 2%; } +.attachment-full { + position: absolute; + right: 0px; + height: 149px; + width: 149px; +} + +.githubLabel { + background-color: #00293C; + border: none; + width: 149px; + height: 0px; + position: absolute; + right: 0px; + margin-top: -10px; +} + @media only screen and (max-width: 1100px) { body { display: flex; @@ -148,3 +165,24 @@ button { } } +@media (orientation: portrait) { + .attachment-full { + height: 99px; + width: 99px; + } + + .githubLabel { + width: 99px; + } +} + +@media (orientation: landscape) and (max-height: 400px) { + .attachment-full { + height: 99px; + width: 99px; + } + + .githubLabel { + width: 99px; + } +}