Stuckture1-2

Developer
Size
2,996 Kb
Views
34,408

How do I make an stuckture1-2?

What is a stuckture1-2? How do you make a stuckture1-2? This script and codes were developed by Vivi Lai on 04 August 2022, Thursday.

Stuckture1-2 Previews

Stuckture1-2 - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>stuckture1-2</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <body> <div class="header"> <li class="logo"> <a href="https://www.pinterest.com/virginie52129/"><img src="https://s-media-cache-ak0.pinimg.com/736x/a6/a0/d5/a6a0d5377333da39b3896c80c793a34f.jpg" height="60"></a> </li> <ul class="wrap"> <li> <a href="#">menu2</a> <ul> <li><a href="#">01</a></li> <li><a href="#">01</a></li> <li><a href="#">01</a></li> <li><a href="#">01</a></li> <li><a href="#">01</a></li> </ul> </li> <li><a href="#">menu1</a> <ul> <li><a href="#">01</a></li> <li><a href="#">01</a></li> <li><a href="#">01</a></li> <li><a href="#">01</a></li> <li><a href="#">01</a></li> </ul> </li> <li><a href="#">about</a></li> </ul> </div> <div class="content"> <div class="change-btn btn01"></div> <div class="change-btn btn02"></div> <div class="change-btn btn03"></div> <div class="change-btn btn04"></div> <div class="img-wrap"></div> </div> <div class="footer"> <div class="footer-wrap"> <div class="logo"> <a href="https://www.pinterest.com/virginie52129/"><img src="https://s-media-cache-ak0.pinimg.com/736x/a6/a0/d5/a6a0d5377333da39b3896c80c793a34f.jpg" height="40"></a> </div> <div class="connect"> <p>[email protected]</P> <p>0972190909</p> </div> </div> </div>
</body>
</body>
</html>

Stuckture1-2 - Script Codes CSS Codes

/*歸零*/
body,
ul,
li,
ol,
td,
div { margin: 0; padding: 0
}
ul,
li { list-style: none;
}
/* all */
img-wrap { background: rgba(0, 0, 0, 0.1) url("https://s-media-cache-ak0.pinimg.com/736x/d3/30/a1/d330a1c8250cc6ba94a2a01a093c6ae5.jpg") no-repeat 0 0; background-size: cover; overflow: auto;
}
/* header */
.header { position: fixed; width: 100%; height: 80px; background-color: #fff; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.19); text-align: center;
}
.logo { float: left; margin: 10px; display: block; height: 80px; color: rgba(0, 0, 0, 0.8); font-family: "Helvetica", Georgia, Serif; text-decoration: none;
}
.header .logo{ padding: 0 30px;
}
.wrap > li { position: relative; right: 20px; float: right; width: 120px; background-color: #fff;
}
.wrap > li:hover > ul { /* top: 80px; */ height: 400px; z-index: 0;
}
.wrap > li > ul { position: absolute; float: left; width: 100%; height: 0; overflow: hidden; transition: height 0.8s; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.wrap > li > ul > li { background-color: white;
}
.wrap a, logo a { display: block; height: 20px; color: rgba(0, 0, 0, 0.8); font-family: "Helvetica", Georgia, Serif; padding: 30px; text-decoration: none;
}
/* change th link color on hover */
.wrap a:hover { height: 20px; padding: 30px; background-color: #555; color: white;
}
/* content */
/* 共用圖片格式設定 */
.content .change-btn,
.img-wrap { background-size: cover; background-repeat: no-repeat; background-position: 50% 50%;
}
/* 原始圖片顯示區塊 */
.img-wrap { position: absolute; z-index: -1; top: 80px; right: 0; bottom: 0; left: 0;
}
/* 滑鼠移入按鈕變換圖片路徑 */
.btn01,
.btn01:hover ~.img-wrap, .img-wrap { background-image: url("https://s-media-cache-ak0.pinimg.com/736x/d3/30/a1/d330a1c8250cc6ba94a2a01a093c6ae5.jpg");
}
.btn02,
.btn02:hover ~.img-wrap { background-image: url("https://d13yacurqjgara.cloudfront.net/users/1333/screenshots/1746685/attachments/283022/vm-real-pixels.png")
}
.btn03,
.btn03:hover ~.img-wrap { background-image: url("https://d13yacurqjgara.cloudfront.net/users/114902/screenshots/2198866/attachments/406823/full-view.jpg")
}
.btn04,
.btn04:hover ~.img-wrap { background-image: url("http://41.media.tumblr.com/9021535f1b8a822ba7ade7e1a4cb3b6f/tumblr_nmd1ub2Anr1sqz7tqo1_500.png")
}
/* 圖片轉場動畫 */
@keyframes animate { from { opacity: 0 } to { opaciyt: 1 }
}
/* 滑鼠移入時執行圖片轉場動畫 */
.change-btn:hover ~.img-wrap { animation: animate 0.3s;
}
/* 共用按鈕樣式 */
.change-btn { position: absolute; z-index: 2; left: 50px; width: 48px; height: 48px; border: 1px solid white; cursor: pointer; opacity: 0.4;
}
/* 共用按鈕滑鼠移入樣式 */
.content .change-btn:hover { opacity: 1;
}
/* 各別按鈕區塊定位 */
.content .btn01 { top: 120px
}
.content .btn02 { top: 180px
}
.content .btn03 { top: 240px
}
.content .btn04 { top: 300px
}
/* footer */
.footer { position: absolute; z-index: 2; bottom: 0; left: 0; width: 100%; height: 80px; background: white; box-shadow: 8px 0 0 0 rgba(0, 0, 0, 0.9), 20px 0 0 0 rgba(0, 0, 0, 0.6);
}
.footer-wrap { position:absolute; left:48%; padding:10px 0;
}
.footer-wrap, logo{ padding:7px;
}
.footer-wrap, .connect { float: left; margin:6px 0; line-height:7px; color: rgba(0, 0, 0, 0.9); font-family: "Helvetica", Georgia, Serif; font-size: 9pt
}
Stuckture1-2 - Script Codes
Stuckture1-2 - Script Codes
Home Page Home
Developer Vivi Lai
Username Vivi_Lai
Uploaded August 04, 2022
Rating 3
Size 2,996 Kb
Views 34,408
Do you need developer help for Stuckture1-2?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Vivi Lai (Vivi_Lai) Script Codes
Name
Activity Planning
Menu
Vi_p_001
Vi_p_003
4G_20160728
Initialization
Stuckture1
Vi_p_002
0615-1
V_V try
Create amazing blog posts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!