<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  text-decoration: none;
  margin: 0;
  padding: 0;
  color: white;
}

body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  text-align: justify;
}

.wrapper {
  width: 100%;
  position: relative;
  text-align: center;
}

.wrapper button li a {
  color: black !important;
  box-shadow: #04aa6d;
}

h1 {
  font-size: 25px;
  font-weight: 600;
  margin: 7px auto;
  padding-top: 5px;
  font-family: tahoma;
  text-align: left;
  justify-content: left;
}

.h1:hover {
  color: cyan !important;
}

span {
  color: yellow;
  font-weight: 570;
}
span:hover {
  color: white;
}

nav {
  width: 100% auto;
  display: flex;
  line-height: 10px;
  position: sticky;
  top: 0;
  background-color: black;
  z-index: 1;
}

nav ul {
  list-style-type: none;
  font-size: small;
  overflow: hidden;
  text-overflow: ellipsis;
}

nav ul li {
  float: left;
  justify-content: center;
  margin: 3px auto;
}

nav ul li a {
  font-weight: small;
  text-align: center;
  padding: auto;
}

nav ul li a:hover {
  border-radius: 15px;
  background-color: aqua;
}
.coba {
  display: flex;
}

.coba .tes {
  min-height: 150px;
  width: 100% auto;
}

/* Dropdown Button */
.dropbtn {
  background-image: linear-gradient(green);
  color: white;
  padding: 16px;
  font-size: 17px;
  border: none;
}

/* The container &lt;div&gt; - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 100px;
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 16px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content b:hover {
  background-color: #ddd;
  color: yellow;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

/* Dropdown Button */
.dropbtn {
  background-color: #04aa6d;
  color: white;
  margin-right: auto;
  width: 100px;
  padding: 15px;
  font-size: 15px;
  border: none;
}

/* The container &lt;div&gt; - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 100px;
  box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.2);
  top: 0;
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: black;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

h2 {
  font-size: 20px;
  font-weight: bolder;
  width: 100%;
  height: 30px;
  margin: 5px;
  right: 20px;
  text-align: center;
  justify-content: center;
}

h3 {
  padding: 5px;
  text-align: center;
  font-size: 17px;
  justify-content: center;
}

h4 {
  text-decoration: none;
  background-image: radial-gradient(blue, black);
  color: white;
  font-size: smaller;
  text-align: center;
  width: 95px;
  height: 30px;
  padding: 6px;
  margin: 10px;
  border-radius: 15px;
  justify-content: center;
  float: right;
  display: flex;
  cursor: pointer;
  border: 5px wheat solid;
}

#menu .h4 {
  width: 90px;
}
#menu h4:hover {
  background-color: blue;
  color: yellow;
}

#Software h4:hover {
  background-color: blue;
  color: yellow;
}

#Hardware h4:hover {
  background-color: blue;
  color: yellow;
}

H5 {
  display: flex auto;
  font-family: sans-serif;
  background-image: radial-gradient(blue, black);
  color: white;
  font-size: smaller;
  border: yellow 3px solid;
  border-radius: 13px;
  padding: 4px;
  width: 85px auto;
  margin: 4px;
  text-align: center;
  justify-content: center;
}

h5:hover {
  background-color: black;
  color: yellow;
}

h6 {
  font-size: medium;
  margin: 2px;
  color: yellow;
  text-align: center;
}

h6:hover {
  color: white;
}

p {
  margin: 25px;
  text-align: left;
  font-size: small;
}

p:hover {
  background-color: blue;
}
@media screen and (max-width: 450px) {
  .coba {
    width: 50% 100%;
  }
}
@media screen and (max-width: 800px) {
  .tes {
    width: 50% 100%;
  }
}

nav .menu {
  width: 100%;
  margin: 10px;
}

nav .menu ul {
  text-align: center;
  line-height: 100px;
}

nav .menu ul li {
  display: inline-flex;
}
section {
  display: inline-flex;
  color: aqua;
}
div img {
  width: 100%;
  display: flex;
}

#IT OL {
  margin: 15px;
  font-family: system-ui, "Segoe UI", "Helvetica Neue", sans-serif;
}
#menu h4 {
  background-image: radial-gradient(green, black);
}

#IT h4 {
  background-image: linear-gradient(black, green);
  border-radius: 17px;
  margin: 3px;
  width: 100px;
  padding: 8px;
}
#IT h4:hover {
  background-color: blue;
  color: yellow;
}

.gadget {
  display: flex;
  position: relative;
  border-color: aqua;
}

#com {
  width: 115px;
  padding: 20px;
  height: 50%;
}

#com .Komputer h5 {
  justify-content: center;
  display: flex;
  float: right;
}

#com h5:hover {
  background-color: black;
}

#hp {
  width: 115px;
  padding: 20px;
  height: 50%;
}

#hp .android h5 {
  justify-content: center;
  display: flex;
  float: right;
}

#hp h5:hover {
  background-color: black;
}

i:hover {
  background-color: yellow;
}

/*accordion*/
.acc-kontainer {
  width: 100%;
}
.acc-kontainer .acc-body {
  width: 100%;
  width: calc(100% - 10px);
  margin: 0;
  height: 0;
  color: rgba(0, 0, 0, 0);
  background-color: cornsilk;
  line-height: 25px;
  padding: 0 20px;
  box-sizing: border-box;
  transition: 0.5s;
}

.acc-kontainer label {
  cursor: pointer;
  background: #0101;
  border: 3px solid aqua;
  font-size: small;
  display: block;
  padding: 10px;
  width: 100%;
  color: #fff;
  font-weight: 450;
  box-sizing: border-box;
}

.acc-kontainer label:hover {
  background-color: #04aa6d;
  color: #fff;
}

.acc-kontainer input {
  display: none;
}

.acc-kontainer label:before {
  font-family: "FontAwesome";
  content: "\f067";
  font-weight: small;
  float: right;
}

.acc-kontainer input:checked + label {
  background-color: rgba(255, 255, 255, 0.15);
}

.acc-kontainer input:checked + label:before {
  font-family: "FontAwesome";
  content: "\f00d";
  transition: 0.5s;
}

.acc-kontainer input:checked ~ .acc-body {
  height: auto;
  color: black;
  font-size: 12px;
  padding: 5px;
  transition: 0.5s;
}
/*sosial media*/
.fa {
  padding: 10px;
  font-size: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
  opacity: 0.7;
}

.fa-facebook {
  background: blue;
  color: white;
}

.fa-twitter {
  background: #55acee;
  color: white;
}

.fa-linkedin {
  background: #04aa6d;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: yellow;
  color: black;
}
</pre></body></html>