-
Notifications
You must be signed in to change notification settings - Fork 0
/
tugas2.html
68 lines (37 loc) · 1.29 KB
/
tugas2.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Complete Responsive Personal Portfolio Website Tutorial</title>
<link rel="stylesheet" href="fonts/font-awesome.css">
<link rel="stylesheet" href="fonts/google-fonts.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- header section starts -->
<header class="header fixed-top">
<a href="index.html" class="logo">
<h1>Portfolio.</h1>
</a>
<div class="fas fa-bars"></div>
<nav class="navbar">
</nav>
</header>
<!-- header section ends -->
<!-- home section starts -->
<!-- home section ends -->
<!-- about section starts -->
<section id="about" class="container about">
<div class="heading">Tugas Menghitung Warna</div>
<div class="row align-items-center justify-content-around">
<div class="col-md-8 text-center text-md-left info">
<img src="images/graph2.jpg" alt="">
</div>
</div>
</section>
<!-- about section ends -->
<!-- service section starts -->
</body>
</html>