-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
88 lines (76 loc) · 1.31 KB
/
style.css
File metadata and controls
88 lines (76 loc) · 1.31 KB
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
body {
box-sizing: border-box;
margin: 0;
font-family: 'Poppins';
width: 100vw;
height: 100vh;
background-color: #9ba8ae;
}
.main-wrapper {
width: 100%;
height: 100%;
}
.intro-title {
background-color: #707a7e;
border-radius: 10px;
text-align: center;
padding: 100px;
width: 65%;
margin: 50px auto;
}
.intro-title > h1 {
font-size: 7vw;
font-weight: 400;
color: #bccad0;
}
.intro-title > p {
font-size: 1.3vw;
font-weight: 400;
color: #bccad0;
}
.sejarah-portugis {
background-color: #707a7e;
border-radius: 10px;
text-align: center;
padding: 100px;
width: 65%;
margin: 50px auto;
color: #bccad0;
}
.sejarah-portugis > h3 {
font-size: 3vw;
}
.story-wrapper {
color: #495054;
margin-top: 50px;
display: flex;
width: 100%;
line-height: 4vh;
}
.story-1 {
width: 50%;
background-color: #bccad0;
border-radius: 10px;
padding: 4%;
margin-right: 50px;
font-size: 1.2vw;
}
.img-1 {
height: 30%;
width: 40%;
border-radius: 10px;
}
.img-2 {
height: 50%;
width: 80%;
border-radius: 10px;
}
.story-wrapper2 {
width: 80%;
background-color: #bccad0;
border-radius: 10px;
margin: 50px auto;
padding: 4%;
font-size: 1.2vw;
color: #495054;
}