Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body {
- display: block;
- position: fixed;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- width: 100%;
- height: 100%;
- border: 0;
- margin: 0;
- padding: 0;
- background-color: #000000;
- background-size: 10%;
- background-position: center;
- background-repeat: repeat;
- z-index: 0;
- }
- .box1{
- position: absolute;
- width: 29vw;
- height: 25vw;
- left: 40vw;
- bottom: 0vh;
- border-top: .5vh solid #D4D4D4;
- border-left: .5vh solid #D4D4D4;
- border-bottom: .5vh solid #D4D4D4;
- padding-right: 15vw;
- background: #;
- font-size: 4vh;
- color: #D4D4D4;
- overflow-y: scroll;
- z-index: 2;
- transition: .9s ease-out;
- opacity: 0;
- }
- .picture {
- background-image: url(https://i.imgur.com/tSuYoIm.png);
- background-size: 32vw;
- background-repeat: no-repeat;
- position:absolute;
- bottom: 0vh;
- right: 0vw;
- width: 32vw;
- height: 37vw;
- left: vh;
- z-index: 2;
- }
- #name1 {
- position: absolute;
- left: -14vw;
- top: 8vh;
- background: #000000;
- width: 70vw;
- height: 7vw;
- font-family: 'Special Elite', cursive;
- font-size: 5vh;
- background: url(https://thumbs.gfycat.com/IllustriousSlipperyAmericanwirehair-size_restricted.gif) -110px -260px repeat;
- -webkit-text-fill-color: transparent;
- -webkit-background-clip: text;
- display: block;
- text-align: center;
- letter-spacing: .2vw;
- -webkit-transition: opacity 2s linear;
- -moz-transform: skew(-10deg, 0deg);
- -webkit-transform: skew(-10deg, 0deg);
- -o-transform: skew(-10deg, 0deg);
- -ms-transform: skew(-10deg, 0deg);
- transform: skew(-10deg, 0deg);
- z-index: 4;
- opacity: 0;
- transition: .9s ease-out;
- }
- #name2 {
- position: absolute;
- right: -14vw;
- bottom: 7vh;
- background: #000000;
- width: 70vw;
- height: 7vw;
- font-family: 'Special Elite', cursive;
- font-size: 5vh;
- background: url(https://thumbs.gfycat.com/IllustriousSlipperyAmericanwirehair-size_restricted.gif) -110px -260px repeat;
- -webkit-text-fill-color: transparent;
- -webkit-background-clip: text;
- display: block;
- text-align: center;
- letter-spacing: .2vw;
- -webkit-transition: opacity 2s linear;
- -moz-transform: skew(-10deg, 0deg);
- -webkit-transform: skew(-10deg, 0deg);
- -o-transform: skew(-10deg, 0deg);
- -ms-transform: skew(-10deg, 0deg);
- transform: skew(-10deg, 0deg);
- z-index: 4;
- opacity: 0;
- transition: .9s ease-out;
- }
- a {color: #6D6D6D;
- text-decoration: none;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- a:hover {color: #fff;
- text-decoration: bold;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- ::-webkit-scrollbar-track
- {
- -webkit-box-shadow: inset 0 0 0.6vw rgba(0,0,0,0.3);
- border-radius: 0vw;
- background-color: #;
- }
- ::-webkit-scrollbar
- {
- width: 0vh;
- background-color: #;
- }
- ::-webkit-scrollbar-thumb
- {
- border-radius: 0vw;
- -webkit-box-shadow: inset 0 0 0.6vw rgba(0,0,0,.3);
- background-color: #;
- }
- body:hover .box1{
- opacity: 1;
- transition: 2s;
- transition-delay: .5s;
- }
- @keyframes fadeIn {
- 0% {
- opacity:0;
- }
- 100% {
- opacity:1;
- }
- }
- @-moz-keyframes fadeIn {
- 0% {
- opacity:0;
- }
- 100% {
- opacity:1;
- }
- }
- @-webkit-keyframes fadeIn {
- 0% {
- opacity:0;
- }
- 100% {
- opacity:1;
- }
- }
- @-o-keyframes fadeIn {
- 0% {
- opacity:0;
- }
- 100% {
- opacity:1;
- }
- }
- @-ms-keyframes fadeIn {
- 0% {
- opacity:0;
- }
- 100% {
- opacity:1;
- }
- font-family: 'Permanent Marker', cursive;
Advertisement
Add Comment
Please, Sign In to add comment