-
Notifications
You must be signed in to change notification settings - Fork 0
/
jam.css
91 lines (77 loc) · 1.19 KB
/
jam.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
body{
background-size: cover;
background-attachment: fixed;
background-position: fixed;
}
h1{
font-size: 50px;
}
.header{
position: absolute;
margin-left: 700px;
top: 50px;
}
.right-menu{
margin: 0px;
padding: 0px;
list-style-type: none;
margin-left: 450px;
}
.right-menu li{
display: inline-block;
margin : 5px;
}
li a{
text-decoration: none;
color: black;
}
img{
margin-left: 225px;
width: 350px;
height: 500px;
}
.text{
margin-left: 650px;
top: 115px;
position: absolute;
font-size: 15px;
}
.submit{
position: absolute;
margin-top: 280px;
margin-left: 100px;
height: 30px;
width: 100px;
}
.text2{
margin-top: 320px;
margin-left: 650px;
top: 115px;
position: absolute;
font-size: 15px;
}
.ukuran{
background: rgba(255, 255, 255, 1);
width: 300px;
height: 300px;
padding-left: 20px;
padding-top: 45px;
position: absolute;
margin-left: 1000px;
top: 150px;
font-weight: bold;
}
.ukuran input{
background-color: black;
border: none;
color: white;
font-weight: bold;
cursor: pointer;
}
.PESAN{
position: relative;
top: 10px;
left: 65px;
width: 150px;
height: 30px;
}