-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.css
64 lines (62 loc) · 1.04 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
.nav{
background-color: #131433;
}
.nav-link{
color: #93b8cc;
}
.nav-link:hover{
color: #6c6afc;
text-decoration: underline;
}
.nav-link-active{
color: #6c6afc;
display: inline-block;
background-color: black;
border-radius: 3px;
}
label.logo{
color: #131433;
margin: 8px;
background-color: #93b8cc;
font-weight: bold;
font-family:sans-serif;
}
.Header{
height: 50px;
font-size: 28px;
font-family: "Times New Roman", Times, Sans-serif;
font-weight:bolder;
color: #131433;
text-align: center;
background-color: #93b8cc;
}
img{
width: 100%;
margin-top: 0px;
height: 380px;
padding-left: 40px;
padding-right:40px;
margin-bottom: 40px;
border-radius: 8%;
}
.imgDiv{
position: relative;
background-color: #93b8cc;
}
.imgText{
position: absolute;
top: 2%;
color: #93b8cc;
font-size: 20px;
text-transform:full-width;
margin-left: 380px;
text-shadow: 1px 1px blue;
font-family:inherit;
}
.copyright{
position: absolute;
bottom: 0;
font-size: 13px;
color: #2100a3;
margin-left: 400px;
}