-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex-style.css
More file actions
51 lines (44 loc) · 938 Bytes
/
index-style.css
File metadata and controls
51 lines (44 loc) · 938 Bytes
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
body {
background-image: url('./background.jpg');
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
font-family: 'Libre Baskerville';
}
h1 {
margin-left: 4%;
font-size: 2.8em;
font-weight: 800;
}
h2 {
font-size: 2.0em;
font-family: 'Courier New', Courier, monospace;
margin: 0;
color: #2A2F36;
}
a {
text-decoration: none;
text-align: center;
color: bisque;
}
span {
font-weight: 2200;
font-family: 'Courier New', Courier, monospace;
}
.title {
margin-top: 13em;
margin-left: 11em;
letter-spacing: 0.3em;
}
.button {
margin-top: 3em;
margin-left: 20em;
width: 12%;
/* background-color: white; */
border: 3px solid white;
padding: 5px 30px 5px 30px;
border-radius: 15px;
}
.button:hover {
background-color: rgba( 255, 255, 255, 0.5 );
}