Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
102 changes: 102 additions & 0 deletions PR.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@

h1 {
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
margin: 0;
/* margin-top: 2em;
margin-bottom: 2em;
margin-left: 0;
margin-right: 0; */
}

h3 {
margin: 0;
}


.container-3 {
background-color: #c6d8f3;
padding: 2rem;
margin-bottom: 0%;
display: flex;
flex-direction: row;
align-items: center;
border-radius: 0em;
text-align: left;

}

.img-container-3 {
margin: 5px;
padding:1px;
}

.img-container-3 img{
width: 40px;
height: 45px;
margin: 1px;
}

.container-4 {
background-color: #00c9ec;
padding: 1em;
margin: 5px 1px 5px 1px;
display: flex;
flex-direction: row;
align-items: flex-start;
border-radius: 1em;
/* justify-content: space-between; */
/* margin: 1rem; */
}

.container-5 {
background-color: transparent;
padding: 0.3em;
margin: 5px 1px 5px 1px;
display: flex;
flex-direction: row;
align-items: center;
border-radius: 1em;
width: 100%;
/* justify-content: space-between; */
/* margin: 1rem; */
}


body {
display: flex;
align-items: center;
justify-content: center;
background-color: rgb(81, 140, 218);
}

.container {
width: 80%;
text-align: center;
}



.img-container img {
width: 100%;
height: 100%;

}

.img-container {
width: 13%;
height: 13%;
margin: 5px;

}


.image-header {
width: 100%;
height: 200%;
margin-right: auto;
}





43 changes: 43 additions & 0 deletions PR.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="PR.css" />>
</head>

<body>
<div class="container">
<img class="image-header" src="https://industri.ub.ac.id/id/wp-content/uploads/2018/05/WhatsApp-Image-2018-05-07-at-14.16.14.jpeg"
alt="" />
<div class="container-3">
<div class="img-container-3" >
<img class= "image-akun"src="https://icl.ub.ac.id/wp-content/uploads/2021/08/cropped-ICL-1.png" alt="" id="image-akun">
</div>
<h1 class="judul">Industrial Computer Laboratory</h1>
</div>
<div class="container-4">

<br />
<div class="container-5">
<div>
<img class="image-header" src="https://industri.ub.ac.id/en/wp-content/uploads/2015/10/IMG-20150929-WA0005.jpg"
alt="" />
</div>
</div>
<div class="container-5">
<img class="image-header" src="https://industri.ub.ac.id/id/wp-content/uploads/2018/05/ab25faf9-ba17-4e94-a00c-fa3adea7e140.jpg" alt="" /></div>
<div class="container-5">
<img class="image-header" src="https://industri.ub.ac.id/id/wp-content/uploads/2018/05/TI-2.jpeg"
alt="" />
</div>
</div>
<div class="striped-border">

</div>
</div>
</body>

</html>
213 changes: 213 additions & 0 deletions hafiz.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,213 @@
table,
th,
td {
border: 5px solid red;
border-collapse: collapse;
padding: 10px;
}

h1 {
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
margin: 0;
/* margin-top: 2em;
margin-bottom: 2em;
margin-left: 0;
margin-right: 0; */
}

h3 {
margin: 0;
}

.container-1 {
background-color: #4a5cff;
padding: 1em;
margin: 5px 1px 5px 1px;
display: flex;
flex-direction: row;
align-items: start;
border-radius: 1em;
/* justify-content: space-between; */
/* margin: 1rem; */
}

.container-2 {
background-color: #3a2cdd;
padding: 1rem;
}

.container-3 {
background-color: #d2cfcf;
padding: 3rem;
margin-bottom: 2%;
}

.container-4 {
background-color: #4a5cff;
padding: 1em;
margin: 5px 1px 5px 1px;
display: flex;
flex-direction: row;
align-items: start;
border-radius: 1em;
/* justify-content: space-between; */
/* margin: 1rem; */
}

.container-5 {
background-color: transparent;
padding: 0.3em;
margin: 5px 1px 5px 1px;
display: flex;
flex-direction: row;
align-items: center;
border-radius: 1em;
width: 100%;
/* justify-content: space-between; */
/* margin: 1rem; */
}

.container-6 {
width: 120%;
padding: 5px;
text-align: start;
}

.tabel-biasa {
border: 1px solid black;
border-collapse: collapse;
padding: 10px;
width: 80%;
margin: auto;
font-family: 'Roboto';
font-size: 24px;
font-weight: 500;
color: black;
}

.tabel-biasa>th,
td {
border: 1px solid black;
border-collapse: collapse;
padding: 10px;
width: 80%;
font-family: 'Roboto';
font-size: 24px;
font-weight: 500;
color: black;
}

.tabel-biasa>td,
th {
border: 1px solid black;
border-collapse: collapse;
padding: 10px;
width: 80%;
font-family: 'Roboto';
font-size: 24px;
font-weight: 500;
color: black;
}

body {
display: flex;
align-items: center;
justify-content: center;
background-color: purple;
}

.container {
width: 100%;
text-align: center;
}

.title-besar {
margin-left: 5%;
font-family: 'Roboto';
font-size: 96px;
font-weight: 900;
color: white;
}

.subtitle-kecil {
font-family: 'Roboto';
font-size: 36px;
font-weight: 500;
color: white;
text-align: start;
}

.img-container img {
width: 100%;
height: 100%;

}

.img-container {
width: 13%;
height: 13%;
margin: 5px;

}

.img-container2 img {
width: 100%;
height: 100%;

}

.img-container2 {
width: 13%;
height: 13%;
padding: 1em;

}

.image-header {
width: 100%;
height: auto;
margin-right: auto;
}

.striped-border {
border: 1px solid #000;
background-color: #000;
margin: auto;
margin-top: 3%;
margin-bottom: 1%;
}

.link-container {
margin: auto;
width: 38%;
height: 13%;


}

.title-kecil {
margin: auto;
font-family: 'Roboto';
font-size: 23px;
font-weight: 900;
color: white;
padding: 3%;
}

.ref-link {
color: aqua;
text-decoration-line: none;
text-align: justify;
}

.butt-ref {
padding: 2%;
background-color: transparent;
border: 0.5px solid turquoise;
}

.media {
color: whitesmoke;
text-decoration-line: underline;
width: 100%;
}
Loading