-
Notifications
You must be signed in to change notification settings - Fork 0
/
phone.css
70 lines (67 loc) · 1002 Bytes
/
phone.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
#sec1-img{
height: 300px;
width: 70%;
}
#txt1{
font-size: 40px;
}
#txt2{
font-size: 20px;
}
#txt3{
font-size: 20px;
}
.pics{
display: flex;
flex-direction: column;
align-items: center;
margin-right: 50px;
}
.container{
display: flex;
flex-direction: column;
margin-top: -60px;
}
#name1{
margin-top: -215px;
margin-left: -50px;;
}
#name2{
margin-top: 160px;
margin-left: -50px;
}
#name3{
margin-top: -215px;
margin-left: -50px;;
}
#name4{
margin-top: 160px;
margin-left: -50px
}
.small-letters{
font-size: 10px;
margin-top: -20px;
}
.pics img{
margin-top: 30px;
}
#msg{
margin-left: -30px;
padding: 20px;
}
.footer-content{
padding: 30px;
}
.footer-content h3{
font-size: 60px;
font-weight: 200;
}
.footer-content p{
margin-top: 0px;
font-size: 25px;
/* margin-top: -65px; */
}
footer{
/* position: absolute; */
left: -20px;
}