diff --git a/DSC00045.JPG b/DSC00045.JPG new file mode 100644 index 0000000..c4be098 Binary files /dev/null and b/DSC00045.JPG differ diff --git a/INDANA.png b/INDANA.png new file mode 100644 index 0000000..b385bec Binary files /dev/null and b/INDANA.png differ diff --git a/index.css b/index.css deleted file mode 100644 index 9dd100e..0000000 --- a/index.css +++ /dev/null @@ -1,7 +0,0 @@ -table, -th, -td { - border: 1px solid black; - border-collapse: collapse; - padding: 10px; -} diff --git a/index.html b/index.html index 361ff71..df4a8e1 100644 --- a/index.html +++ b/index.html @@ -1,31 +1,35 @@ - - - - - - Halo ICl - - -

Halo ICL!

-

Data Asisten ICL 2018

- - - - - - - - - - - - - - - - -
NamaKotaHobi
Febrio AkbarTangerang SelatanBernyanyi
Aliya QurrotaJemberMelukis
- - + + + + + Bootcamp-day3 + + + +
+
+
+ iclpeeps +
+
+
+ profilepict +
+

ICL PEEPS, HAII!!?

+
+
+
+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse commodo arcu quis volutpat molestie. Curabitur ultricies, est eu tincidunt elementum, mauris lectus interdum lacus, a accumsan purus nisi sed tortor. Nulla varius magna sed malesuada volutpat. Aliquam id volutpat orci.

+
+
+
+

Ut euismod pretium lectus, sed gravida sem egestas non. Maecenas tempor dapibus sapien, elementum porttitor risus. Aenean tristique risus ac placerat rutrum. Donec quis dui sit amet nisl gravida consectetur sit amet sed ex. Proin sollicitudin sem eros, a rhoncus purus gravida id. Quisque consectetur rhoncus dui eget varius.

+
+
+
+ +
+ + \ No newline at end of file diff --git a/stylesheet.css b/stylesheet.css new file mode 100644 index 0000000..032236c --- /dev/null +++ b/stylesheet.css @@ -0,0 +1,93 @@ +*{ + margin: 0; + font-family: Verdana, Tahoma, sans-serif; +} +.container0 { + background-color: #2b3f46; + width: 90%; + height: 100%; + margin: auto; + padding-top: 2.5%; + padding-bottom: 2.5%; +} + +.container1{ + background-color: blue; + width: 95%; + height: 100%; + margin: auto; +} + +.container2{ + height: auto; + width: 100%; + background-color: #384e57; +} + +.fotoheader{ + height: 100%; + width: 100%; +} + +.containerheadline{ + background-color: #2b3f46; + width: 100%; + height: 85px; + display: flex; + flex-direction: row; +} + +.container3{ + width: 100%; + height: 300px; + background-color: #2b3f46; + display: flex; + flex-direction: row; +} + +.container4{ + height: 100%; + width: 45%; + background-color: #384e57; +} + +.container5{ + height: 100%; + width: 45%; + align-items:flex-end; + background-color: #384e57; +} + +.containerprofil{ + margin-top: 10px; + height: 65px; + width: 65px; + border-radius: 50%; + background-color: #4f7786; +} + +.fotoprofil{ + height: 100%; + width: 100%; + border-radius: 50%; +} + +.teksheading{ + margin-top: 24px; + margin-left: 16px; + font-weight: bold; + font-size:x-large; + color: white; +} +.part{ + width: 10%; + height: 100%; + background-color: #2b3f46; + +} + +.teks1{ + color: white; + text-align: justify; + padding: 12px; +} \ No newline at end of file