-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle5.css
73 lines (63 loc) · 1.02 KB
/
style5.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
html{
margin:0;
padding: 0;
width: 100%;
height:100vh ;
}
body {
margin:0 ;
padding: 0;
width: 100%;
height: 100%;
background: url(23.jpg) 50% 50% no-repeat;
background-size: cover;
display: table;
}
.colom{
border: 5px solid rgba(255,255,255,0.5);
border-radius:10px;
padding:5em;
position: absolute;
top:54%;
left:50%;
transform: translateX(-50%) translateY(-50%);
}
h2{
margin-top: 0px;
font-family: Source Sans Pro;
font-weight: lighter;
color: #fff;
font-size: 40px;
text-align: center;
}
#gambar{
height:250px;
width:400px;
margin-left:-3%;
margin-top:-8%;
}
#text{
text-align: justify;
width: 75%;
border: 1px solid:#000099;
padding: 8px;
color: white;
margin-left:13%;
margin-top:15%;
}
input{type}
.btn{
width:323px ;
height:50px ;
font-size: 16px;
background:#FF8000;
font-weight: lighter;
color: #fff;
border: 0px;
border-radius:10px ;
margin-left: 20%;
}
a{
color:white;
text-decoration: none;
}