-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.css
70 lines (70 loc) · 1.44 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
body{
background-color: #6ebaf5;
width: 80%;
display: block;
margin: auto;
}
nav{
height: 5%;
width: 100%;
border-bottom: 2px solid gray;
}
nav ul li{
list-style-type: none;
text-decoration: none;
display: inline-block;
padding: 5px;
color: black;
}
nav ul li a{
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
color: black;
}
h1{
color: white;
clear: right;
padding-top: 5%;
text-align: center;
font-size: xx-large;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}
p{
text-align: center;
font-family: sans-serif;
font-size: larger;
}
#img>img{
margin: auto;
width: 50%;
border-radius: 20%;
display: block;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#img1>img{
margin: auto;
width: 50%;
border-radius: 20%;
display: block;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#img2>img{
margin: auto;
border-radius: 20%;
display: block;
box-shadow: 0 50px 50px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
nav>ul>img{
box-shadow: 0 4zpx 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
border-radius: 20%;
}
#Footer{
justify-content: space-between;
font-size: small;
font-weight: bold;
background-color: grey;
color: white;
height:150px;
text-align: center;
}