-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
83 lines (75 loc) · 1.15 KB
/
index.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
body
{
padding-right: 2%;
padding-left: 2%;
background-color: #212121;
color: white;
font-family: 'Lato',Helvetica,sans-serif
}
li{
list-style-type: none;
}
nav{
display: flex;
justify-content: right;
height: 20vh;
padding: 2%;
}
nav ul{
display: flex;
justify-content: space-around;
width: 20%;
margin: 0;
padding: 0;
font-weight: bold;
text-decoration: underline;
}
section{
text-align: center;
margin-top: 5vh;
}
#pp{
border: 1px solid black;
border-radius: 100%;
height: 150px;
width: 150px;
}
footer{
display: flex;
justify-content: center;
}
footer ul{
display: flex;
justify-content: space-around;
align-items: center;
width: 15%;
margin-right: 0;
margin-right: 0;
padding-right: 0;
padding-left: 0;
}
a{
font-style: none;
}
footer img
{
width: 50px;
height: 50px;
}
.white-bg{
background-color: white;
border: 1px solid black;
border-radius: 25px;
}
section img
{
background-color: white;
}
img {
padding: 1px;
box-shadow: 4px 4px 20px black;
}
a{
cursor: pointer;
color: inherit;
}