-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmystyle.css
executable file
·70 lines (69 loc) · 1.08 KB
/
mystyle.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
body {
background-image: url("img/hotel.jpg");
background-color: #c3c3c3;
background-position: center;
background-size: cover;
font-family: sans-serif;
width: 100%;
height: 10%;
margin: 0 !important;
padding: 0 !important;
}
#container {
content: '\A';
position: absolute;
width: 100%; height:100%;
top:0; left:0;
background:rgba(0,0,0,0.6);
opacity: 0;
transition: all 1s;
-webkit-transition: all 1s;
}
table {
padding: 5px;
}
#judul {
width: 100%;
}
/*img{
width: 50;
height: 50;
}*/
.article {
text-align: center;
color: white;
padding-left: 5px;
padding-right: 5px;
}
.penjelasan{
text-align: center;
color: white;
}
.gambar {
width: 30%;
height: 200px;
}
.menu {
height: 90px;
margin-left: 20px;
margin-right: 20px;
background-color: #fff;
}
a:hover {
color: green;
}
a.menuitem {
text-decoration: none;
padding: 5px;
}
.harga{
color: white;
text-align: left;
border-style:solid;
border-left-width:5px;
border-top-width:5px;
border-right-width:5px;
border-bottom-width:5px;
margin-left: 100px;
margin-right: 100px;
}