-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlast.css
69 lines (59 loc) · 1023 Bytes
/
last.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
*{
box-sizing: border-box;
margin:0;
padding:0
}
.logo{
font-size:2em;
font-weight:bolder;
border:4px solid black;
padding:2%
}
header .text{
text-align: center;
padding-top:30%;
padding-bottom: 20%;
text-transform: capitalize;
background:linear-gradient(rgba(26,26,26,0.7),rgba(26,26,26,0.7)),url("5.jpg");
color:#fff;
background-size: cover;
background-repeat: no-repeat;
font-size: 2em;
}
header .text h3,p{
padding-bottom:9%
}
main{
margin-top:7%
}
main .text1{
text-align: center;
padding-bottom: 4%;
}
.about{
display:grid;
grid-template-columns: 1fr 1fr;
}
.about img{
height:20rem;
border-radius: 30%;
margin-left:23em;
margin-bottom: 6%;
padding-right:0
}
.skill{
text-align: center;
margin:5% 9% 0 10%;
line-height:1.3
}
footer{
text-align: center;
}
footer .icon{
padding-top:1%;
background:rgba(26,26,26,0.9)
}
footer .icon i{
padding:1% 0 0 4%;
color:white
}