-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
115 lines (97 loc) · 1.86 KB
/
style.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
* {
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
@font-face {
font-family: blackout-2am;
src: url(Blackout-2am.ttf);
}
h1 {
font-family: blackout-2am;
font-size: 8em;
margin-top: 0px;
margin-bottom: 0px;
}
body {
/*background-image: url(images/header-image.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;*/
background-image: linear-gradient(to right, #ffb84c, #A459D1);
height: 100%;
margin: 0px;
padding: 50px;
display: flex;
flex-direction: column;;
text-align: center;justify-content: center;
align-items: center;
text-align: center;;
}
.gallery {
}
.header {
color: #F5EAEA;
}
.mid {
background-color: #A459D1;
text-align: center;
padding-top: 36px;
padding-bottom: 36px;
color: #F5EAEA;
}
.footer {
background-color: #F5EAEA;
text-align: center;
padding-top: 36px;
padding-bottom: 36px;
color: #F16767;
margin-top: 0px;
margin-bottom: 0px;
}
img {
height: auto;
width: 200px;
padding: 10px
;
}
img:hover {
background-image: linear-gradient(180deg, #ffb74c00, #ffb84c);
border-radius: 4px;
}
button {
padding: 0.5em;
border: white solid 2px;
background-color: transparent;
color: white;
font-size: medium;
text-decoration: none;
cursor: pointer;
border-radius: 8px;
font-weight: 900;
}
.submenu {
text-align: center;
margin: auto;
padding-top: 1.5em;
color: #F5EAEA;
}
.bodytext {
text-align: center;
padding-left: 20%;
padding-right: 20%;
color: #F5EAEA;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: auto;
}
.textcenter {
text-align: center;
}
table {
margin: auto;
}
a {
text-decoration: none;
}