-
Notifications
You must be signed in to change notification settings - Fork 1
/
portfolio.css
73 lines (69 loc) · 1.04 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
*{
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
header{
margin:0px;
padding:0px;
background-color:black;
width: 100%;
height: 60px;
margin-top: 0px;
}
#logo{
width: 170px;
height: 50px;
padding-left: 50px;
padding-top: 5px;
}
nav{
float: right;
position: relative;
top: 20px;
padding-right: 50px;
}
nav a{
padding: 8px;
text-decoration: none;
text-transform: capitalize;
color: white;
border-right: solid 1px white;
}
a:hover{
background-color:maroon;
}
#back{
width: 100%;
height: 700px;
}
.font{
text-transform: capitalize;
}
.content{
position: absolute;
text-align: center;
top: 50%;
right: 40%;
line-height: 40px;
}
.container
{
width: 1170px;
margin: auto;
}
header{
position: fixed;
}
.l1{
border: none;
}
svg{
margin: 10px auto ;
}
svg circle :hover
{
stroke: black;
stroke-width: 5px;
opacity: 0.5;
}