Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Kelompok 7</title>
- <style>
- body {
- margin: 0;
- font-family: 'Courier New', Courier, monospace;
- background: url('grass.png') no-repeat center center fixed;
- background-size: cover;
- overflow: hidden; /* static, no scroll */
- }
- .container {
- max-width: 700px;
- margin: 35px auto;
- background: rgba(255, 255, 255, 0.9);
- border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAnElEQVQ4T72UXQqAMAyDN/BqntqrCcqESo1d0zqmTxbbj6Q/1jLhqRHmVpZD8tay0xqa0IAahLElyoVqQO89DEW7LEbwS2nEnoZY+fOhYjMyYVFr1dxKs7axj7r+gmYm68GE84CO2jehqDp6bTKDB/QLjPbUmyRT605fg7Mrhfnzlx/b0OKmYvj2e3ed2eX//6e9drCNoEoZwPp+AqOsihZWJcCkAAAAAElFTkSuQmCC") 7 / 7px / 0 round;
- border-width: 7px;
- border-style: solid;
- padding: 10px;
- position: relative;
- }
- /* HEADER */
- .header {
- position: relative;
- text-align: center;
- z-index: 2;
- }
- .header img.group-full {
- width: 100%;
- display: block;
- position: relative;
- z-index: 2;
- }
- .header h2 {
- position: absolute;
- top: 10px;
- left: 50%;
- color: white;
- transform: translateX(-50%);
- font-size: 12px;
- z-index: 3;
- opacity: 70%;
- }
- .title-overlay {
- position: absolute;
- bottom: -10%;
- left: 65%;
- transform: translateX(-50%);
- z-index: 8;
- }
- .title-overlay img {
- width: 600px;
- }
- /* PERSONAL CUTOUTS */
- .cutout {
- position: absolute;
- cursor: pointer;
- transition: filter 0.3s;
- z-index: 3;
- }
- /* NOTE: adjust width/height and top/left per person manually */
- .cutout1 { width: 200px; height: auto; top: 47px; left: 255px; }
- .cutout2 { width: 183px; height: auto; top: 78px; left: 28px; }
- .cutout3 { width: 170px; height: auto; top: 101px; left: 155px; }
- .cutout4 { width: 190px; height: auto; top: 65px; left: 500px; }
- .cutout5 { width: 170px; height: auto; top: 100px; left: 395px; }
- .webperson1 span {
- opacity: 0;
- position: absolute;
- top: 50%;
- left: 51%;
- transform: translate(-50%, -50%);
- z-index: 99;
- font-size: 1rem;
- color: #FFF;
- filter: drop-shadow(1px 1px 0 #cb0202)
- drop-shadow(-1px 1px 0 #cb0202)
- drop-shadow(1px -1px 0 #cb0202)
- drop-shadow(-1px -1px 0 #cb0202);
- }
- .webperson1:hover span, .webperson1:focus span {opacity: 1;}
- .webperson1:hover img, .webperson1:focus img {filter: saturate(1.5);}
- .webperson2 span {
- opacity: 0;
- position: absolute;
- top: 50%;
- left: 17%;
- transform: translate(-50%, -50%);
- z-index: 99;
- font-size: 1rem;
- color: #FFF;
- filter: drop-shadow(1px 1px 0 #cb0202)
- drop-shadow(-1px 1px 0 #cb0202)
- drop-shadow(1px -1px 0 #cb0202)
- drop-shadow(-1px -1px 0 #cb0202);
- }
- .webperson2:hover span, .webperson2:focus span {opacity: 1;}
- .webperson2:hover img, .webperson2:focus img {filter: saturate(1.5);}
- .webperson3 span {
- opacity: 0;
- position: absolute;
- top: 50%;
- left: 35%;
- transform: translate(-50%, -50%);
- z-index: 99;
- font-size: 1rem;
- color: #FFF;
- filter: drop-shadow(1px 1px 0 #cb0202)
- drop-shadow(-1px 1px 0 #cb0202)
- drop-shadow(1px -1px 0 #cb0202)
- drop-shadow(-1px -1px 0 #cb0202);
- }
- .webperson3:hover span, .webperson3:focus span {opacity: 1;}
- .webperson3:hover img, .webperson3:focus img {filter: saturate(1.5);}
- .webperson4 span {
- opacity: 0;
- position: absolute;
- top: 50%;
- left: 85%;
- transform: translate(-50%, -50%);
- z-index: 99;
- font-size: 1rem;
- color: #FFF;
- filter: drop-shadow(1px 1px 0 #cb0202)
- drop-shadow(-1px 1px 0 #cb0202)
- drop-shadow(1px -1px 0 #cb0202)
- drop-shadow(-1px -1px 0 #cb0202);
- }
- .webperson4:hover span, .webperson4:focus span {opacity: 1;}
- .webperson4:hover img, .webperson4:focus img {filter: saturate(1.5);}
- .webperson5 span {
- opacity: 0;
- position: absolute;
- top: 50%;
- left: 68%;
- transform: translate(-50%, -50%);
- z-index: 99;
- font-size: 1rem;
- color: #FFF;
- filter: drop-shadow(1px 1px 0 #cb0202)
- drop-shadow(-1px 1px 0 #cb0202)
- drop-shadow(1px -1px 0 #cb0202)
- drop-shadow(-1px -1px 0 #cb0202);
- }
- .webperson5:hover span, .webperson5:focus span {opacity: 1;}
- .webperson5:hover img, .webperson5:focus img {filter: saturate(1.5);}
- /* BODY */
- .body {
- display: flex;
- margin-top: 20px;
- }
- .nav {
- width: 200px;
- display: flex;
- flex-direction: column;
- gap: 15px;
- }
- .nav a {
- display: block;
- padding: 7px;
- background: white;
- text-align: center;
- text-decoration: none;
- color: #cb0202;
- font-weight: bold;
- border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAnElEQVQ4T72UXQqAMAyDN/BqntqrCcqESo1d0zqmTxbbj6Q/1jLhqRHmVpZD8tay0xqa0IAahLElyoVqQO89DEW7LEbwS2nEnoZY+fOhYjMyYVFr1dxKs7axj7r+gmYm68GE84CO2jehqDp6bTKDB/QLjPbUmyRT605fg7Mrhfnzlx/b0OKmYvj2e3ed2eX//6e9drCNoEoZwPp+AqOsihZWJcCkAAAAAElFTkSuQmCC") 7 / 7px / 0 round;
- border-width: 10px;
- border-style: solid;
- }
- .content {
- flex: 1;
- margin-left: 20px;
- color: #cb0202;
- }
- /* FOOTER */
- footer {display: flex;
- align-items: center;
- flex-direction: row;
- gap: 20px;
- justify-content: center;
- top: 20px;
- }
- footer img {width: 90px;}
- </style>
- </head>
- <body>
- <div class="container">
- <!-- HEADER -->
- <header class="header">
- <h2>Klik Kami</h2>
- <img src="fotokelompokfull.jpeg" alt="Group Full" class="group-full">
- <div class="title-overlay">
- <img src="logokelompoktimerah.png" alt="Group Title">
- </div>
- <!-- Personal cutouts -->
- <a href="lamantsabit" class="webperson1">
- <img src="fotokelompoktsabit.png" alt="Person 1" class="cutout cutout1">
- <span>Tsabit</span>
- </a>
- <a href="lamanamanda" class="webperson2">
- <img src="fotokelompokamanda.png" alt="Person 2" class="cutout cutout2">
- <span>Amanda</span>
- </a>
- <a href="halamanbunga" class="webperson3">
- <img src="fotokelompokbunga.png" alt="Person 3" class="cutout cutout3">
- <span>Bunga</span>
- </a>
- <a href="lamankirani" class="webperson4">
- <img src="fotokelompokkarina.png" alt="Person 4" class="cutout cutout4">
- <span>Kirani</span>
- </a>
- <a href="lamanruth" class="webperson5">
- <img src="fotokelompokruth.png" alt="Person 5" class="cutout cutout5">
- <span>Ruth</span>
- </a>
- </header>
- <!-- BODY -->
- <div class="body">
- <nav class="nav">
- <a href="html.html">HTML & CSS Page</a>
- <a href="resources.html">Resources</a>
- </nav>
- <div class="content">
- <p>Kami adalah Kelompok 7, ini adalah laman utama kami. Disini ada berbagai pilihan tujuan selanjutnya. Jika ingin melihat full html dan css dari laman-laman kami, bisa klik pada tombol-tombol di kiri. Jika ingin melihat apa saja sumber daya yang kami pakai untuk pembuatan laman-laman kami, klik tombol di kiri. Terimakasih waktunya!</p>
- </div>
- </div>
- <!-- FOOTER -->
- <footer>
- <a href="https://neocities.org"><img src="neocities.png" alt="Neocities"></a>
- <p>© 2025 Kelompok 7</p>
- <a href="sitemap.html">Sitemap</a>
- </footer>
- </div>
- </body>
- </html>
Add Comment
Please, Sign In to add comment