Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- body {
- margin: 0;
- padding: 0;
- background-color: #FFFFFF;
- }
- #header_text {
- font-family: 'Lato', sans-serif;
- top: 60px;
- font-size: 58px;
- text-align: center;
- text-shadow: 1.5px 1.5px 8px #91a3b0;
- position: relative;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- }
- img {
- max-height: 100%;
- max-width: 100%;
- transition: 1s;
- }
- #images {
- text-align: center;
- margin: 0 auto;
- left: 0;
- right: 0;
- position: relative;
- top: 100px;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- }
- .img {
- max-height: 200px;
- display: inline-block;
- margin: 10px;
- max-width: 300px;
- z-index: 1;
- }
- #images1 {
- text-align: center;
- margin: 0 auto;
- left: 0;
- right: 0;
- position: relative;
- top: 100px;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- }
- .img1 {
- max-height: 200px;
- display: inline-block;
- margin: 10px;
- max-width: 300px;
- z-index: 0.2s;
- }
- .img img:hover,
- .img1 img:hover {
- -webkit-box-shadow: 10px 10px 17px 1px rgba(0, 0, 0, 0.75);
- -moz-box-shadow: 10px 10px 17px 1px rgba(0, 0, 0, 0.75);
- box-shadow: 10px 10px 17px 1px rgba(0, 0, 0, 0.75);
- }
- .img_img {
- height: 200px;
- width: 300px;
- }
- #fullimg {
- display: none;
- position: absolute;
- width: 800px;
- height: 600px;
- margin: 0 auto;
- left: 0;
- right: 0;
- top: 6%;
- z-index: 3;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- }
- #bg {
- display: none;
- position: absolute;
- width: 100%;
- height: 100%;
- background-color: #000000;
- opacity: 0.75;
- z-index: 2;
- }
- footer {
- position: fixed;
- bottom: 0;
- left: 0;
- width: 100%;
- background-color: #333;
- color: white;
- text-align: center;
- margin: auto;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- }
- </style>
Advertisement
Add Comment
Please, Sign In to add comment