-
Notifications
You must be signed in to change notification settings - Fork 0
/
uhtegar.css
190 lines (168 loc) · 2.88 KB
/
uhtegar.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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
body {
font-family: "Trebuchet MS";
}
/* Gunakan property list-style untuk menghilangkan bullet dari tag <li> */
li {
list-style: none;
}
.kop {
background-color: #2f3542;
color:#ffffff;
padding: 8px;
}
/* Gantikan background-color header ke #f7f2b4, dan height ke 90px */
.header {
background-color:#000000;
color: black;
height: 90px;
}
/* Gantikan font-size milik header-logo ke 36px, dan property float ke left */
.header-logo1 {
float: left;
border-style: solid;
border-width: 5px;
border-color: #2f3542;
border-radius: 8px;
margin:auto;
margin-top: 4px;
margin-left: 5px;
}
.header-logo2 {
font-size: 35px;
float: right;
padding: 20px 40px;
color:#ffffff;
background-color:#747d8c;
border-style:solid;
border-radius:8px;
border-color:#2f3542;
padding-top:13px;
padding-left:15px 15px;
border-width: 5px;
margin-right:5px;
margin-top:3px;
}
.header-list1 li{
float: left;
font-size: 22px;
padding: 3px;
margin-top: 30px;
margin-left: 20px;
border-style: solid;
border-radius: 8px;
border-color: #2f3542;
color:#FFFFFF;
background-color: #747d8c;
}
li:hover {
color:#747d8c;
background-color:#192a56;
border-color:#FFFFFF;
}
.main {
padding:100px 80px;
}
.copy-container h1{
font-size:100px;
text-align:center;
}
.copy-container h2 {
font-size: 60px;
text-align:center;
}
.copy-container span{
color:#ff4757;
}
.copy-container h3{
color:black;
text-align: left;
}
.contents {
height: 100px;
margin-top: 100px;
}
.contents2 {
background-color: white;
height:700px;
margin-top:100px;
}
.contents2 h3{
color: red;
}
.contents-item {
border-radius:8px;
float: left;
margin-right: 40px;
}
.contents-item img{
border-radius: 8px;
display:block;
padding:1px;
border:1px solid #14236C;
margin-left: auto;
margin-right: auto;
}
.contents-item p:hover {
-webkit-transform: scale(0.95);
transform:scale(0.95);
}
.contents-item img:hover {
-webkit-transform: scale(0.95);
transform:scale(0.95);
}
.contents-item p{
font-size: 20px;
margin-top: 30px;
text-align: center;
background-color:#747d8c;
border-radius: 7px;
color:#FFFFFF;
border-color: black;
border-width:2px;
border-style: solid;
}
.INFO {
background-color:white;
height: 300px;
padding-top : 120px;
}
.INFO h1{
font-size:24px;
color:black;
}
.INFO h2{
font-size:18px;
color:black;
}
.INFO h3{
font-size:24px;
color:black;
}
.INFO h4{
font-size:18px;
color:black;
}
.footer {
background-color: #000;
color:#fff;
height: 120px;
padding: 40px;
margin-top:auto;
margin-bottom:auto;
float:middle;
}
.footer-logo{
font-size:120px;
float:left;
}
.footer-copyright{
float: center;
text-align: center;
padding-top: 50px;
color: #FFC312;
}
.footer-list{
float:right;
}
.footer-list li{
padding-bottom:0px;