GithubHelp home page GithubHelp logo

lab4web's Introduction

LAB4 WEB

Nama Ilham Nur Utomo
NIM 312010129
Kelas TI.20.A1
MataKuliah Pemrograman Web

Praktikum

1. Box Element

  • Dengan internal css, float property image1

2. Clearfix Element

  • Properti clear: left; pada div4 image2

  • Box Merah berada di kiri

  • Properti clear: right; Box Hijau berada di kanan

  • Properti clear: both; Box Kuning berada di antara Box Merah dan Box Hijau

  • Properti clear: left; Box biru berada di kiri. image3

3. Kerangka Layout

  • File baru, lab4_layout.html dengan css eksternal css/style.css. image4

4. Menu Navigasi

image5

5. Hero Panel

image6

6. Layout Main dan Sidebar

  • Sidebar widget, dengan zoom in microsoft edge 67% image7

7. Footer

image8

8. Main Content

image9

9. Konten Artikel

image10

Tugas

  • 1. Tambahkan Layout untuk menu About => buat single layout yang berisi deskripsi, portfolio, dll

    • Jawaban:

    • Berikut isi dari <div> id="about">. image11

    • display: flex; berfungsi membuat elemen-elemen yang ada di dalamnya menjadi menjajar ke samping dengan rapih (sesuai keinginan).

    • align-items: center agar semua item di dalam flex berada di tengah.

    • justify-content: space-between;untuk memberi jarak antar kontennya.

  • 2. Tambahkan layout untuk menu Contact => yang berisi form isian: nama, email, message, dll

    • Jawaban:

    • Sebelum, image11

    • Sesudah, proses klik Send Message image12

    • Pada input[type=text], textarea, resize: vertical; berfungsi mengatur kolom Masukan agar hanya dapat naik-turun.

    • input[type=submit]:hover adalah ketika kursor diarahkan ke elemen tersebut, maka akan berubah sesuai pengkondisiannya.

lab4web's People

Contributors

ilhamlamp avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.