-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmagazine.css
57 lines (56 loc) · 848 Bytes
/
magazine.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
body{ background-repeat: no-repeat
background-size: contain;
}
.one1{
width:80%;
height:30%;
float:left;
color:antiquewhite;
position:absolute;
left:15%;
font-size:25px;
}
.one2{
width:80%;
height:30%;
float:left;
color:antiquewhite;
position:absolute;
top:45%;
font-size:25px;
}
.one3{
width:80%;
height:30%;
float:left;
color:antiquewhite;
position:absolute;
top:75%;
left:15%;
font-size:25px;
}
#img{
height:100%;
width:100%;
}
#pic1{
height:100%;
width:50%;
border-radius: 70%;
position: absolute;
}
#pic2{
height:100%;
width:40%;
border-radius:70% ;
position: absolute;
top:45%;
left:58%;
}
#pic3{
height:100%;
width:30%;
border-radius: 70%;
position: absolute;
top:75%;
}