-
Notifications
You must be signed in to change notification settings - Fork 0
/
portfolio.css
108 lines (107 loc) · 1.91 KB
/
portfolio.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
105
106
107
108
*{
margin:0;
padding:0;
}
.head{
background-color:#3498DB;
position: absolute;
top:0px;
left:0px;
height:720px;
width: 100%;
}
.image{
position: absolute;
top:20%;
right:10%;
height:400px;
width: 400px;
border-radius: 50%;
border:5px solid #0A3D62;
box-shadow: 0px 0px 50px #000000;
}
.introduction{
position:absolute;
top:50%;
left:25%;
height:300px;
width:700px;
transform: translate(-35%,-35%);
color:#fff;
font-family: ;
font-size:50px;
}
.nav{
background-color: rgba(14, 10, 10, 0.5);
position:absolute;
top:150px;
left:10%;
height:20px;
width:340px;
border-radius:20px;
padding-top:14px;
padding-bottom:14px;
}
a{
color:#fff;
text-decoration: none;
margin:10px;
padding:10px;
display:inline;
border-radius:10px;
}
a:hover{
background-color: rgba(14, 10, 10, 0.9);
border-radius:20px;
transition:ease 1.5s;
}
.About{
background-color:rgba(14, 10, 10, 0.911);
opacity: 0.9;
position: absolute;
top:720px;
left:0px;
height:600px;
width: 100%;
color: #fff;
font-size:25px;
}
.About h1{
text-align: center;
margin:20px;
padding: 20px;
}
.content{
position:absolute;
top:35%;
left:40%;
transform: translate(-35%,-20%);
text-justify: auto;
justify-content: center;
}
.project{
background-color:#3498DB;
opacity: 0.9;
position: absolute;
top:1320px;
left:0px;
height:600px;
width: 100%;
color: #fff;
font-size:25px;
}
h1{
text-align: center;
margin:50px;
}
.skill{
background-color:rgba(76, 163, 120, 0.836);
opacity: 0.9;
position: absolute;
top:1920px;
left:0px;
height:600px;
width: 100%;
color: #fff;
font-size:25px;
}