-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
86 lines (70 loc) · 1.25 KB
/
index.css
File metadata and controls
86 lines (70 loc) · 1.25 KB
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
84
85
86
* {
margin: 0;
}
html {
height: 100%;
width: 100%;
}
.main-page {
background-image: url("images/mainpagesbackground50.jpeg");
background-size: 100% 100%;
background-repeat: no-repeat;
}
.inner-cover {
margin: 0;
padding: 0;
display: block;
justify-content: center;
text-align: center;
position: absolute;
top: 50px;
}
.mastfoot {
position: absolute;
bottom: 0;
left: 50px;
}
.link-images {
display: flex;
justify-content: space-evenly;
align-items: flex-end;
position: relative;
margin: 20px;
top: 300px;
}
li {
list-style-type: none;
}
.main-img {
border: 5px solid white;
box-shadow: 5px 10px #888888;
transition: 1s;
}
.main-img:hover {
width: 350px;
}
.cover-heading {
font-family: 'Yeon Sung', cursive;
font-size: 100px;
color: white;
text-shadow: 3px 3px navy;
}
.lead {
font-size: 30px;
padding-left: 150px;
padding-right: 150px;
padding-top: 50px;
font-family: 'Neucha', cursive;
}
.image-text {
font-size: 30px;
text-align: center;
text-decoration: none;
color: white;
padding-top: 20px;
font-family: 'Russo One', sans-serif;
text-shadow: 3px 3px black;
}
a {
text-decoration: none;
}