-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylesheet.css
More file actions
49 lines (37 loc) · 1.12 KB
/
stylesheet.css
File metadata and controls
49 lines (37 loc) · 1.12 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
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on March 25, 2023 */
@font-face {
font-family: 'exocetheavy';
src: url('https://dinde451.github.io/Theodore-s-Lair/exocet/films.exh_____-webfont.woff2') format('woff2'),
url('https://dinde451.github.io/Theodore-s-Lair/exocet/films.exh_____-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'exocetlight';
src: url('https://dinde451.github.io/Theodore-s-Lair/exocet/films.exl_____-webfont.woff2') format('woff2'),
url('https://dinde451.github.io/Theodore-s-Lair/exocet/films.exl_____-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
/* The alert message box */
.alert {
padding: 20px;
background-color: #f44336; /* Red */
color: white;
margin-bottom: 15px;
}
/* The close button */
.closebtn {
margin-left: 15px;
color: white;
font-weight: bold;
float: right;
font-size: 22px;
line-height: 20px;
cursor: pointer;
transition: 0.3s;
}
/* When moving the mouse over the close button */
.closebtn:hover {
color: black;
}