forked from vibhoregit/vibhoregit.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path1.css
61 lines (51 loc) · 1.12 KB
/
1.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
body{
background-image: url("bg1.jpg");
background-position: center;
background-size: cover;
background-repeat: repeat;
width: 100%;
height: 100%;
}
.frame {
position: relative;
display: block;
margin-left: auto;
margin-right: auto;
padding-top: 30%;
width: 40%;
background: black;
box-shadow: 0 10px 7px -5px rgba(0, 0, 0, 0.3);
}
.mat {
position: absolute;
background: white;
top: 3.0303%; bottom: 3.0303%; left: 2.5%; right: 2.5%;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5) inset;
}
.art {
position: absolute;
top: 16.129%; bottom: 16.129%; left: 13.158%; right: 13.158%;
}
.art img {
width: 100%;
/*image width=599.998px */
/*image height=450px*/
}
.art:after {
content: '';
display: block;
position: absolute;
top: 0;
width: 100%;
height: 100%;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5) inset;
}
h2.b {
position: absolute;
width: 250px;
padding: 20px;
border: 10px solid black;
margin : 55px;
font-family: "Times New Roman", Times, serif;
font-style: oblique;
}