-
Notifications
You must be signed in to change notification settings - Fork 0
/
profil.css
101 lines (85 loc) · 1.66 KB
/
profil.css
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
/* General Styles */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
text-decoration: #333;
}
body {
background-color: #333;
line-height: 1.6;
}
.home {
background-image: url(image/jeruk.jpg);
width: 100%;
height: auto;
background-size: 100% 110vh;
position: relative;
background-repeat: no-repeat;
}
.hero {
background: url('https://source.unsplash.com/1600x900/?business') no-repeat center center/cover;
text-align: center;
padding: 100px 20px;
}
.hero h1 {
font-size: 2.5rem;
margin-bottom: 10px;
}
.hero .btn {
background: #ff4500;
color: #fff;
padding: 10px 20px;
text-decoration: none;
border-radius: 5px;
}
.hero .btn:hover {
background: #e63900;
}
.about {
color: aliceblue;
text-align: center;
left: 35%;
}
.about,
.testimonials {
padding: 50px 20px;
text-align: center;
}
.testimonials .testimonial {
background: #f4f4f4;
margin: 20px auto;
padding: 20px;
max-width: 600px;
border-radius: 8px;
}
.produk {
margin: 5%;
justify-content: space-between;
display: flex;
flex-wrap: wrap;
align-items: center;
box-shadow: #333;
}
.ahome {
background-image: url(image/jeruk.jpg);
width: 100%;
height: auto;
background-size: 100% 110vh;
position: relative;
background-repeat: no-repeat;
}
.row {
color: aliceblue;
display: flex;
justify-content: center;
align-items: center;
gap: 20px;
}
.tim img {
width: 200px;
height: 200px;
object-fit: cover;
border: 5px solid #cccccc;
}