-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
104 lines (94 loc) · 1.74 KB
/
style.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
body{
background-image: url(top-view-white-toy-airplane-model-blue-color-background-concept-travel_43448-410\ \(1\).png);
background-color: #4A55A2;
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
opacity: 100%;
/* z-index: 2; */
padding: 15px;
}
.upper-section{
/* background-color: #7895CB; */
position: relative;
}
.upper-section h1{
text-align: left;
}
.upper-section img{
height:3rem;
width:3rem;
position:absolute;
left: 95%;
bottom:100px;
}
.second{
background-color: #4A55A2;
text-align: center;
}
.second a{
padding: 40px;
color: white;
}
.main-about img{
height:200px;
width:185px;
border-radius: 50%;
float:left;
margin: 10px 40px 10px 10px;
}
.wd{
color: rgb(206, 221, 216);
font-weight: 600;
}
.ds{
color:rgb(206, 221, 216);
font-weight: 500;
}
.atc{
color: aquamarine;
font-weight: 700;
}
.just-upper-lower{
background-color: #4A55A2;
}
.just-upper-lower h3{
text-align: center;
}
.lower img{
height: 120px;
width: 200px;
display: block;
margin-left: auto;
margin-right: auto;
}
.project1 , .project2 , .project3{
display: inline-block;
width: auto;
text-align: center;
}
.project1{
position: relative;
left:300px;
}
.project3{
position: relative;
left:500px;
}
.project2{
position: relative;
left: 400px;
}
body>h3{
background-color: #4A55A2;
text-align: center;
}
footer img{
height: 20px;
width: 20px;
display: inline-block;
width: 20px;
margin-left: auto;
margin-right: auto;
}