From 5006d2d5348c9b6032e387a079f0a7e49be1b85f Mon Sep 17 00:00:00 2001 From: Dhira Rari Pratita Date: Sun, 16 Jan 2022 12:47:59 +0700 Subject: [PATCH 1/2] add new name --- index.html | 69 +++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 63 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 361ff71..a712d0d 100644 --- a/index.html +++ b/index.html @@ -6,16 +6,23 @@ Halo ICl +

Halo ICL!

-

Data Asisten ICL 2018

+

Data Asisten ICL

- - - - - + + + + + + + @@ -26,6 +33,56 @@

Data Asisten ICL 2018

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NamaKotaHobi
NamaKotaHobi
Febrio Akbar Tangerang Selatan Jember Melukis
Dhira Rari PMalangFotografi
Indana AlyaProbolinggoBasket
Indico PutriMalangBerenang
Fallah AmaliaMalangGalau
Tiara AnindityantaryKarawangNonton
Sabrina PutriMalangCapslock jebol
Addis RhezaSidoarjoJalan-jalan
Maulana RezaMalangBucin
Mas AriefMalangFanboy twice
Try PutraGresikDakwah
From fe66ee70ec38cbc22ebd565350908a80b6e83d21 Mon Sep 17 00:00:00 2001 From: Dhira Rari Pratita Date: Wed, 26 Jan 2022 19:01:52 +0700 Subject: [PATCH 2/2] tugas day 3 dhira --- index.css | 7 --- index.html | 124 +++++++++++++++---------------------------------- stylesheet.css | 78 +++++++++++++++++++++++++++++++ 3 files changed, 116 insertions(+), 93 deletions(-) delete mode 100644 index.css create mode 100644 stylesheet.css 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 a712d0d..f010aef 100644 --- a/index.html +++ b/index.html @@ -1,88 +1,40 @@ - - - - - - Halo ICl - - - -

Halo ICL!

-

Data Asisten ICL

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NamaKotaHobi
Febrio AkbarTangerang SelatanBernyanyi
Aliya QurrotaJemberMelukis
Dhira Rari PMalangFotografi
Indana AlyaProbolinggoBasket
Indico PutriMalangBerenang
Fallah AmaliaMalangGalau
Tiara AnindityantaryKarawangNonton
Sabrina PutriMalangCapslock jebol
Addis RhezaSidoarjoJalan-jalan
Maulana RezaMalangBucin
Mas AriefMalangFanboy twice
Try PutraGresikDakwah
- - + + + + + Document + + + +
+
+
+ +
+
+
+ +
+

DHIRA RARI P.

+
+
+
+

+ Lorem, ipsum dolor sit amet consectetur adipisicing elit. Eum, labore perferendis aliquid commodi ea nesciunt ab quasi consequuntur nihil nemo ad nam deserunt. Quia obcaecati eaque veniam totam, consequatur dicta? + Lorem ipsum dolor, sit amet consectetur adipisicing elit. Necessitatibus optio est dolorem nobis facilis amet repellendus eius. Animi excepturi quam rem. Voluptas saepe, aliquid maiores incidunt sapiente voluptatum fuga nostrum! +

+
+
+
+

Lorem ipsum dolor sit amet consectetur adipisicing elit. Sunt mollitia accusamus temporibus excepturi nihil, exercitationem hic nostrum rerum aperiam officia qui suscipit, iste, id tempore. Tempora consequuntur doloremque porro illum. + Lorem ipsum, dolor sit amet consectetur adipisicing elit. Qui, aut illo, alias esse possimus blanditiis ipsum consequatur molestiae fugiat dignissimos minus repudiandae laudantium quod? Velit, tempora. Quod minus corrupti reiciendis? +

+
+
+
+ +
+ + \ No newline at end of file diff --git a/stylesheet.css b/stylesheet.css new file mode 100644 index 0000000..aedddf9 --- /dev/null +++ b/stylesheet.css @@ -0,0 +1,78 @@ +*{ + margin: 0; + font-family: Verdana, Geneva, Tahoma, sans-serif; +} +.container0 { + background-color: #140d53; + width: 90%; + height: 100%; + margin: auto; + padding-top: 2.5%; + padding-bottom: 2.5%; + +} +.container2{ + height: 500px; + width: 100%; + background-color: #8b94bb; +} +.container1{ + background-color: #5365b6; + width: 95%; + height: 100%; + margin: auto; +} +.containerheadline{ + background-color: #8b94bb; + width: 100%; + height: 80px; + display: flex; + flex-direction: row; +} +.container3{ + width: 100%; + height: 300px; + background-color: #8b94bb; + display: flex; + flex-direction: row; +} + +.container4{ + height: 100%; + width: 45%; + background-color: #8b94bb; +} +.container5{ + height: 100%; + width: 45%; + align-items:flex-end; + background-color: #8b94bb; +} +.lingkaran{ + margin-top: 15px; + height: 50px; + width: 50px; + border-radius: 50%; + background-color: #1b0fc2; +} +.teksheading{ + margin-top: 30px; + margin-left: 20px; + font-weight: bold; + font-size:larger; +} +.part{ + width: 10%; + height: 100%; + background-color: #140d53; + +} +.gambarborder{ + width: 100%; + height: 100%; +} +.profil{ + width: 100%; + height: 100%; + border-radius: 50%; +}