-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathminidevice.css
71 lines (68 loc) · 994 Bytes
/
minidevice.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
#navigationbar .logoimg {
justify-content: center;
align-items: center;
position: relative;
right: 160px;
}
#navigationbar ul li {
margin: 1px auto;
left: 330px;
}
#homepage .hometext #text1{
top: 50px;
}
#homepage .profileimg{
top: -400px;
}
#button1{
top: 80px;
}
.logoimg2{
top: 110px;
}
#aboutpage .text2{
left: 350px;
top: -10px;
}
#aboutskill .text5{
left: 350px;
top: -30px;
}
#aboutpage .aboutpages p{
font-size: 15px;
width: 300px;
}
#aboutskill .aboutskills .text6 p{
width: 500px;
}
#aboutskill .aboutskills #profileimg3 img{
left: 700px;
height: 400px;
}
#text9{
left: 400px;
}
#workpage .groups1{
left: 70px;
gap:10px;
}
#workpage .groups2{
left: 70px;
gap:10px;
}
#text10{
left: 420px;
}
#contactpage .contactform{
left: 420px;
}
#contactpage .contactform input, textarea{
width: 180%;
}
#button2{
left: 0px;
width: 50%;
}
#footer{
width: 350%;
}